about summary refs log tree commit diff stats
path: root/src/xmpp/presence.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/presence.h')
-rw-r--r--src/xmpp/presence.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xmpp/presence.h b/src/xmpp/presence.h
index e3ede7f1..fa63d78e 100644
--- a/src/xmpp/presence.h
+++ b/src/xmpp/presence.h
@@ -23,8 +23,9 @@
 #ifndef PRESENCE_H
 #define PRESENCE_H
 
+void presence_sub_requests_init(void);
 void presence_add_handlers(void);
-void presence_init(void);
 void presence_free_sub_requests(void);
+void presence_clear_sub_requests(void);
 
 #endif