about summary refs log tree commit diff stats
path: root/contact.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-23 23:53:10 +0100
committerJames Booth <boothj5@gmail.com>2012-05-23 23:53:10 +0100
commit140deeb566fa1c3bf5832b830950f67ff1b95fae (patch)
tree94f124ca2513fecf6560581b334432e8b17459c4 /contact.h
parentcac0ea07424c86e276a6c1d91993abe4b37545d9 (diff)
downloadprofani-tty-140deeb566fa1c3bf5832b830950f67ff1b95fae.tar.gz
Added equality functions to contact
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