diff options
Diffstat (limited to 'addressbook/gui/component/addressbook-migrate.h')
-rw-r--r-- | addressbook/gui/component/addressbook-migrate.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/addressbook/gui/component/addressbook-migrate.h b/addressbook/gui/component/addressbook-migrate.h index c10f29cfdd..0386d611e6 100644 --- a/addressbook/gui/component/addressbook-migrate.h +++ b/addressbook/gui/component/addressbook-migrate.h @@ -26,8 +26,6 @@ #include "addressbook-component.h" -struct _GError; - -gint addressbook_migrate (AddressbookComponent *component, gint major, gint minor, gint revision, struct _GError **err); +gint addressbook_migrate (AddressbookComponent *component, gint major, gint minor, gint revision, GError **err); #endif /* _ADDRESSBOOK_MIGRATE_H_ */ |