about summary refs log tree commit diff stats
path: root/contact.h
diff options
context:
space:
mode:
Diffstat (limited to 'contact.h')
-rw-r--r--contact.h2
1 files changed, 2 insertions, 0 deletions
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