diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 98545b396d..17444967a1 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -85,6 +85,11 @@ gboolean e_shell_restore_from_settings (EShell *shell); void e_shell_quit (EShell *shell); +void e_shell_component_maybe_crashed (EShell *shell, + const char *uri, + const char *type_name, + EShellView *shell_view); + #ifdef __cplusplus } #endif /* __cplusplus */ |