aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/widgets/e-addressbook-util.h')
-rw-r--r--addressbook/gui/widgets/e-addressbook-util.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-util.h b/addressbook/gui/widgets/e-addressbook-util.h
index 3e222f7154..1f3ffe074d 100644
--- a/addressbook/gui/widgets/e-addressbook-util.h
+++ b/addressbook/gui/widgets/e-addressbook-util.h
@@ -22,7 +22,8 @@
#define __E_ADDRESSBOOK_UTIL_H__
#include "addressbook/backend/ebook/e-book.h"
-#include "addressbook/contact-editor/e-contact-editor.h"
+#include "addressbook/gui/contact-editor/e-contact-editor.h"
+#include "addressbook/gui/contact-list-editor/e-contact-list-editor.h"
#ifdef __cplusplus
extern "C" {
@@ -34,6 +35,9 @@ void e_addressbook_error_dialog (const gchar *msg,
EContactEditor* e_addressbook_show_contact_editor (EBook *book, ECard *card,
gboolean is_new_card,
gboolean editable);
+EContactListEditor * e_addressbook_show_contact_list_editor (EBook *book, ECard *card,
+ gboolean is_new_card,
+ gboolean editable);
#ifdef __cplusplus
}