aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/eab-contact-compare.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/merging/eab-contact-compare.h')
-rw-r--r--addressbook/gui/merging/eab-contact-compare.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/addressbook/gui/merging/eab-contact-compare.h b/addressbook/gui/merging/eab-contact-compare.h
index 8c07a56f08..30c1c2d0cf 100644
--- a/addressbook/gui/merging/eab-contact-compare.h
+++ b/addressbook/gui/merging/eab-contact-compare.h
@@ -28,6 +28,7 @@
#include <libebook/e-contact.h>
#include <libebook/e-book-client.h>
+#include <libedataserver/e-source-registry.h>
typedef enum {
EAB_CONTACT_MATCH_NOT_APPLICABLE = 0,
@@ -87,10 +88,12 @@ EABContactMatchType
eab_contact_compare (EContact *contact1,
EContact *contact2);
-void eab_contact_locate_match (EContact *contact,
+void eab_contact_locate_match (ESourceRegistry *registry,
+ EContact *contact,
EABContactMatchQueryCallback cb,
gpointer closure);
-void eab_contact_locate_match_full (EBookClient *book_client,
+void eab_contact_locate_match_full (ESourceRegistry *registry,
+ EBookClient *book_client,
EContact *contact,
GList *avoid,
EABContactMatchQueryCallback cb,