diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index a2582190b9..dcc6a99a3a 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -43,6 +43,7 @@ enum _EShellStartupLineMode { }; EShellWindow * e_shell_create_window (void); +gboolean e_shell_handle_uri (const gchar *uri); void e_shell_send_receive (GtkWindow *parent); void e_shell_show_preferences (GtkWindow *parent); void e_shell_go_offline (void); |