From 140deeb566fa1c3bf5832b830950f67ff1b95fae Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 23 May 2012 23:53:10 +0100 Subject: Added equality functions to contact --- contact.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contact.h') diff --git a/contact.h b/contact.h index 3b997a0e..63af120b 100644 --- a/contact.h +++ b/contact.h @@ -32,5 +32,7 @@ void p_contact_free(PContact contact); const char * p_contact_name(PContact contact); const char * p_contact_show(PContact contact); const char * p_contact_status(PContact contact); +int p_contact_names_equal(const PContact c1, const PContact c2); +int p_contacts_equal_deep(const PContact c1, const PContact c2); #endif -- cgit 1.4.1-2-gfad0