diff options
Diffstat (limited to 'addressbook/util/eab-book-util.h')
-rw-r--r-- | addressbook/util/eab-book-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/util/eab-book-util.h b/addressbook/util/eab-book-util.h index ae3a45ef35..c1362f1571 100644 --- a/addressbook/util/eab-book-util.h +++ b/addressbook/util/eab-book-util.h @@ -54,6 +54,9 @@ guint eab_nickname_query (EBook * GList *eab_contact_list_from_string (const char *str); char *eab_contact_list_to_string (GList *contacts); +gboolean eab_book_and_contact_list_from_string (const char *str, EBook **book, GList **contacts); +char *eab_book_and_contact_list_to_string (EBook *book, GList *contacts); + /* Returns the EContact associated to email in the callback, or NULL if no match is found in the default address book. */ void eab_query_address_default (const gchar *email, |