about summary refs log tree commit diff stats
path: root/src/contact.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-27 23:43:32 +0000
committerJames Booth <boothj5@gmail.com>2012-11-27 23:43:32 +0000
commita061b0d45261e39c53e5734518eb2860706ef99f (patch)
treea77215b1f5d7d8051a3444bfd15e3be41d51ee77 /src/contact.h
parent2f2fa8de66e16def92a10c5433459e1795fd5441 (diff)
downloadprofani-tty-a061b0d45261e39c53e5734518eb2860706ef99f.tar.gz
Handle roster subscription updates
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 314cf0f4..c86e624e 100644
--- a/src/contact.h
+++ b/src/contact.h
@@ -38,6 +38,8 @@ const char * p_contact_subscription(const PContact contact);
 gboolean p_contact_pending_out(const PContact contact);
 void p_contact_set_presence(const PContact contact, const char * const presence);
 void p_contact_set_status(const PContact contact, const char * const status);
+void p_contact_set_subscription(const PContact contact, const char * const subscription);
+void p_contact_set_pending_out(const PContact contact, gboolean pending_out);
 int p_contacts_equal_deep(const PContact c1, const PContact c2);
 
 #endif