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-03 22:46:32 +0000
committerJames Booth <boothj5@gmail.com>2013-02-03 22:46:32 +0000
commit2ee0c4d328b0c25c1cfcfe09cb68192a37d1fac1 (patch)
treea2922112dd919b5332f1fec3e5160da250169234 /src/xmpp/xmpp.h
parent0b40de5a4f2c4f887e3ab086a87c641fc6538c4d (diff)
downloadprofani-tty-2ee0c4d328b0c25c1cfcfe09cb68192a37d1fac1.tar.gz
Moved caps_init() out of xmpp.h
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 644bba48..9ecdd5ba 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -84,7 +84,6 @@ void presence_update(jabber_presence_t status, const char * const msg,
     int idle);
 
 // caps functions
-void caps_init(void);
 Capabilities* caps_get(const char * const caps_str);
 void caps_close(void);