aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/merging/eab-contact-merging.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-10-16 02:34:29 +0800
committerMilan Crha <mcrha@redhat.com>2009-10-16 02:34:29 +0800
commitd6034ed7fe206a9f98155305415d66b4f5f92dde (patch)
tree69c24e54e60cf48ffcdc365a092b71207723cfb9 /addressbook/gui/merging/eab-contact-merging.h
parent75887d8cde2c3d372fc402623fd7b1ee14526c5a (diff)
downloadgsoc2013-evolution-d6034ed7fe206a9f98155305415d66b4f5f92dde.tar
gsoc2013-evolution-d6034ed7fe206a9f98155305415d66b4f5f92dde.tar.gz
gsoc2013-evolution-d6034ed7fe206a9f98155305415d66b4f5f92dde.tar.bz2
gsoc2013-evolution-d6034ed7fe206a9f98155305415d66b4f5f92dde.tar.lz
gsoc2013-evolution-d6034ed7fe206a9f98155305415d66b4f5f92dde.tar.xz
gsoc2013-evolution-d6034ed7fe206a9f98155305415d66b4f5f92dde.tar.zst
gsoc2013-evolution-d6034ed7fe206a9f98155305415d66b4f5f92dde.zip
Bug #565306 - "Edit Full" in "Add to address book" searches first
Diffstat (limited to 'addressbook/gui/merging/eab-contact-merging.h')
-rw-r--r--addressbook/gui/merging/eab-contact-merging.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/merging/eab-contact-merging.h b/addressbook/gui/merging/eab-contact-merging.h
index 81528c6325..70cd825626 100644
--- a/addressbook/gui/merging/eab-contact-merging.h
+++ b/addressbook/gui/merging/eab-contact-merging.h
@@ -38,6 +38,10 @@ gboolean eab_merging_book_commit_contact (EBook *book,
EContact *contact,
EBookCallback cb,
gpointer closure);
+gboolean eab_merging_book_find_contact (EBook *book,
+ EContact *contact,
+ EBookContactCallback cb,
+ gpointer closure);
G_END_DECLS