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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/contact.h b/src/contact.h
index 2b5456d7..f0119081 100644
--- a/src/contact.h
+++ b/src/contact.h
@@ -29,6 +29,8 @@ PContact p_contact_new(const char * const barejid, const char * const name,
     const char * const presence, const char * const status,
     const char * const subscription, gboolean pending_out,
     const char * const caps_str);
+PContact p_contact_new_subscription(const char * const barejid,
+    const char * const subscription, gboolean pending_out);
 void p_contact_free(PContact contact);
 const char* p_contact_barejid(PContact contact);
 const char* p_contact_name(PContact contact);