aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/importers/evolution-addressbook-importers.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/importers/evolution-addressbook-importers.h')
-rw-r--r--addressbook/importers/evolution-addressbook-importers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/importers/evolution-addressbook-importers.h b/addressbook/importers/evolution-addressbook-importers.h
index 747fe4281d..adaa62931a 100644
--- a/addressbook/importers/evolution-addressbook-importers.h
+++ b/addressbook/importers/evolution-addressbook-importers.h
@@ -23,3 +23,6 @@ struct _EImportImporter *evolution_vcard_importer_peek(void);
struct _EImportImporter *evolution_csv_outlook_importer_peek(void);
struct _EImportImporter *evolution_csv_mozilla_importer_peek(void);
struct _EImportImporter *evolution_csv_evolution_importer_peek(void);
+
+/* private utility function for importers only */
+struct _GtkWidget *evolution_contact_importer_get_preview_widget (const GList *contacts);