aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/autocompletion-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/autocompletion-config.h')
-rw-r--r--addressbook/gui/component/autocompletion-config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/autocompletion-config.h b/addressbook/gui/component/autocompletion-config.h
index c2cf6b55d0..f546a9d497 100644
--- a/addressbook/gui/component/autocompletion-config.h
+++ b/addressbook/gui/component/autocompletion-config.h
@@ -26,10 +26,11 @@
#define _AUTOCOMPLETION_CONFIG_H
#include <glib.h>
+#include <shell/e-shell.h>
G_BEGIN_DECLS
-void autocompletion_config_init (void);
+void autocompletion_config_init (EShell *shell);
G_END_DECLS