aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util/eab-book-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/util/eab-book-util.h')
-rw-r--r--addressbook/util/eab-book-util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/util/eab-book-util.h b/addressbook/util/eab-book-util.h
index 7fda98adf3..ae3a45ef35 100644
--- a/addressbook/util/eab-book-util.h
+++ b/addressbook/util/eab-book-util.h
@@ -30,7 +30,7 @@
#include <bonobo/bonobo-object.h>
#include <bonobo/bonobo-moniker-util.h>
-#include <libebook/e-book-async.h>
+#include <libebook/e-book.h>
#include "e-util/e-config-listener.h"
G_BEGIN_DECLS
@@ -44,11 +44,11 @@ EConfigListener *eab_get_config_database (void);
guint eab_name_and_email_query (EBook *book,
const char *name,
const char *email,
- EBookContactsCallback cb,
+ EBookListCallback cb,
gpointer closure);
guint eab_nickname_query (EBook *book,
const char *nickname,
- EBookContactsCallback cb,
+ EBookListCallback cb,
gpointer closure);
GList *eab_contact_list_from_string (const char *str);