diff options
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-util.h')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-util.h b/addressbook/gui/widgets/e-addressbook-util.h index 3fa28a542d..f0681cea4d 100644 --- a/addressbook/gui/widgets/e-addressbook-util.h +++ b/addressbook/gui/widgets/e-addressbook-util.h @@ -43,6 +43,10 @@ EContactListEditor *e_addressbook_show_contact_list_editor (EBook *book, void e_addressbook_show_multiple_cards (EBook *book, GList *list, gboolean editable); +void e_addressbook_transfer_cards (EBook *source, + GList *cards, /* adopted */ + gboolean delete_from_source, + GtkWindow *parent_window); #ifdef __cplusplus } |