diff options
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 4e7f8a4fe1..5c0ec4df74 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -40,6 +40,7 @@ typedef struct _EShellClass EShellClass; #include "e-shortcuts.h" #include "e-shell-view.h" +#include "e-uri-schema-registry.h" #include "e-local-storage.h" @@ -93,6 +94,7 @@ EShortcuts *e_shell_get_shortcuts (EShell *shell); EStorageSet *e_shell_get_storage_set (EShell *shell); ELocalStorage *e_shell_get_local_storage (EShell *shell); EFolderTypeRegistry *e_shell_get_folder_type_registry (EShell *shell); +EUriSchemaRegistry *e_shell_get_uri_schema_registry (EShell *shell); gboolean e_shell_save_settings (EShell *shell); gboolean e_shell_restore_from_settings (EShell *shell); |