diff options
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-quick-add.h')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-quick-add.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.h b/addressbook/gui/contact-editor/e-contact-quick-add.h index 630dfd2ad0..9d928e43f4 100644 --- a/addressbook/gui/contact-editor/e-contact-quick-add.h +++ b/addressbook/gui/contact-editor/e-contact-quick-add.h @@ -36,5 +36,7 @@ typedef void (*EContactQuickAddCallback) (ECard *new_card, gpointer user_data); void e_contact_quick_add (const gchar *name, const gchar *email, EContactQuickAddCallback cb, gpointer user_data); +void e_contact_quick_add_free_form (const gchar *text, EContactQuickAddCallback cb, gpointer user_data); + #endif /* __E_CONTACT_QUICK_ADD_H__ */ |