about summary refs log tree commit diff stats
path: root/src/xmpp/roster.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-05-06 23:04:46 +0100
committerJames Booth <boothj5@gmail.com>2013-05-06 23:04:46 +0100
commitc1ee75da40b5fa633cb7a3efd699c217a3c88ff0 (patch)
treec15fc645d3a219bc92c9d9b122c3065c9eb4143c /src/xmpp/roster.h
parent05f2d293968d056099b7bb712ae00b39048ed4d4 (diff)
downloadprofani-tty-c1ee75da40b5fa633cb7a3efd699c217a3c88ff0.tar.gz
Removed contact_list, moved roster logic to xmpp/roster module
Diffstat (limited to 'src/xmpp/roster.h')
-rw-r--r--src/xmpp/roster.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xmpp/roster.h b/src/xmpp/roster.h
index ec06571d..1b1860a3 100644
--- a/src/xmpp/roster.h
+++ b/src/xmpp/roster.h
@@ -26,4 +26,8 @@
 void roster_add_handlers(void);
 void roster_request(void);
 
+void roster_remove(const char * const barejid);
+void roster_update_subscription(const char * const barejid,
+    const char * const subscription, gboolean pending_out);
+
 #endif