aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-migrate.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/addressbook-migrate.h')
-rw-r--r--addressbook/gui/component/addressbook-migrate.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/addressbook/gui/component/addressbook-migrate.h b/addressbook/gui/component/addressbook-migrate.h
index e30b2381da..2437b17f45 100644
--- a/addressbook/gui/component/addressbook-migrate.h
+++ b/addressbook/gui/component/addressbook-migrate.h
@@ -22,10 +22,17 @@
#ifndef _ADDRESSBOOK_MIGRATE_H_
#define _ADDRESSBOOK_MIGRATE_H_
-#include "addressbook-component.h"
+#include <glib.h>
+#include <e-shell-module.h>
-struct _GError;
+G_BEGIN_DECLS
-int addressbook_migrate (AddressbookComponent *component, int major, int minor, int revision, struct _GError **err);
+gboolean addressbook_migrate (EShellModule *shell_module,
+ gint major,
+ gint minor,
+ gint revision,
+ GError **error);
+
+G_END_DECLS
#endif /* _ADDRESSBOOK_MIGRATE_H_ */