diff options
Diffstat (limited to 'plugins/addressbook-file/addressbook-file.c')
-rw-r--r-- | plugins/addressbook-file/addressbook-file.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/addressbook-file/addressbook-file.c b/plugins/addressbook-file/addressbook-file.c index 2168d324cc..0adcf9a701 100644 --- a/plugins/addressbook-file/addressbook-file.c +++ b/plugins/addressbook-file/addressbook-file.c @@ -25,6 +25,14 @@ #include <libedataserver/e-source.h> #include <string.h> +gint e_plugin_lib_enable (EPlugin *ep, gint enable); + +gint +e_plugin_lib_enable (EPlugin *ep, gint enable) +{ + return 0; +} + GtkWidget *e_book_file_dummy (EPlugin *epl, EConfigHookItemFactoryData *data); GtkWidget * |