about summary refs log tree commit diff stats
path: root/src/contact.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact.h')
-rw-r--r--src/contact.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/contact.h b/src/contact.h
index 45c9780f..194d867b 100644
--- a/src/contact.h
+++ b/src/contact.h
@@ -34,6 +34,7 @@ const char * p_contact_jid(PContact contact);
 const char * p_contact_name(PContact contact);
 const char * p_contact_presence(PContact contact);
 const char * p_contact_status(PContact contact);
+const char * p_contact_subscription(const PContact contact);
 int p_contacts_equal_deep(const PContact c1, const PContact c2);
 
 #endif