about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-02 20:27:46 +0000
committerJames Booth <boothj5@gmail.com>2013-02-02 20:27:46 +0000
commitccf71715ef92d94757c7dcefff705e9fe335fec3 (patch)
treea8f2fe4c511260736eaae85ac92f7edfacfd44ed /src/xmpp/xmpp.h
parent5e3d414ee06f19fc623097393976f3a672008267 (diff)
downloadprofani-tty-ccf71715ef92d94757c7dcefff705e9fe335fec3.tar.gz
Removed presence functions from xmpp.h
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index ca2e2a48..428908cf 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -82,11 +82,8 @@ void message_send_paused(const char * const recipient);
 void message_send_gone(const char * const recipient);
 
 // presence functions
-void presence_add_handlers(void);
-void presence_init(void);
 void presence_subscription(const char * const jid, const jabber_subscr_t action);
 GList* presence_get_subscription_requests(void);
-void presence_free_sub_requests(void);
 void presence_join_room(Jid *jid);
 void presence_change_room_nick(const char * const room, const char * const nick);
 void presence_leave_chat_room(const char * const room_jid);