diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index b8922de39d..2dcac9fc6d 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -101,7 +101,9 @@ EShell *e_shell_new (EShellStartupLineMode startup_line_m EShellConstructResult *construct_result_return); gboolean e_shell_attempt_upgrade (EShell *shell, - const char *from_version); + int major, + int minor, + int revision); EShellWindow *e_shell_create_window (EShell *shell, const char *component_id, |