aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-registry.h')
-rw-r--r--shell/e-shell-registry.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-registry.h b/shell/e-shell-registry.h
index 335e5e1c3f..852d9236fe 100644
--- a/shell/e-shell-registry.h
+++ b/shell/e-shell-registry.h
@@ -23,10 +23,11 @@
#include "e-shell-common.h"
#include "e-shell-module.h"
+#include "e-shell.h"
G_BEGIN_DECLS
-void e_shell_registry_init (void);
+void e_shell_registry_init (EShell *shell);
GList * e_shell_registry_list_modules (void);
const gchar * e_shell_registry_get_canonical_name (const gchar *name);
EShellModule * e_shell_registry_get_module_by_name (const gchar *name);