about summary refs log tree commit diff stats
path: root/src/xmpp/roster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/roster.h')
-rw-r--r--src/xmpp/roster.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xmpp/roster.h b/src/xmpp/roster.h
index b75f0112..fbadf85b 100644
--- a/src/xmpp/roster.h
+++ b/src/xmpp/roster.h
@@ -35,7 +35,8 @@
 #ifndef XMPP_ROSTER_H
 #define XMPP_ROSTER_H
 
-void roster_add_handlers(void);
 void roster_request(void);
+void roster_set_handler(xmpp_stanza_t *const stanza);
+void roster_result_handler(xmpp_stanza_t *const stanza);
 
 #endif