about summary refs log tree commit diff stats
path: root/src/xmpp/roster.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-05 20:33:48 +0000
committerJames Booth <boothj5@gmail.com>2014-01-05 20:33:48 +0000
commit4a8d6c2153a9ca4a3fb6f0ddc20e1d6c6e2107e6 (patch)
treef699e2e4d08f27a47a8faa96e71c41cbae6aadcc /src/xmpp/roster.h
parent61ea120bfd8fd327f4c0641feda10e7a8e013c74 (diff)
downloadprofani-tty-4a8d6c2153a9ca4a3fb6f0ddc20e1d6c6e2107e6.tar.gz
Renamed roster_add_new -> roster_send_add_new
Diffstat (limited to 'src/xmpp/roster.h')
-rw-r--r--src/xmpp/roster.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xmpp/roster.h b/src/xmpp/roster.h
index 1faaba86..5fde0a2b 100644
--- a/src/xmpp/roster.h
+++ b/src/xmpp/roster.h
@@ -26,7 +26,4 @@
 void roster_add_handlers(void);
 void roster_request(void);
 
-void roster_update(const char * const barejid, const char * const name,
-    GSList *groups, const char * const subscription, gboolean pending_out);
-
 #endif