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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/contact.h b/contact.h
index 63af120b..a5f96b97 100644
--- a/contact.h
+++ b/contact.h
@@ -32,7 +32,6 @@ 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