diff options
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-save-as.h')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-save-as.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-save-as.h b/addressbook/gui/contact-editor/e-contact-save-as.h index d304d4d558..a746720c53 100644 --- a/addressbook/gui/contact-editor/e-contact-save-as.h +++ b/addressbook/gui/contact-editor/e-contact-save-as.h @@ -32,6 +32,8 @@ extern "C" { void e_contact_save_as(gchar *title, ECard *card); +void +e_contact_list_save_as(gchar *title, GList *list); #ifdef __cplusplus } |