about summary refs log tree commit diff stats
path: root/src/xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-29 01:02:40 +0000
committerJames Booth <boothj5@gmail.com>2013-01-29 01:02:40 +0000
commit61b4ef9c8311616920805a8837602a3a0ba73fd7 (patch)
tree7c23c48d18b2995460c79c84a3a3c87cacea724a /src/xmpp.h
parentf60864f87040761ce4142736b3932711ab8c9e94 (diff)
downloadprofani-tty-61b4ef9c8311616920805a8837602a3a0ba73fd7.tar.gz
Moved roster request to xmpp_iq
Diffstat (limited to 'src/xmpp.h')
-rw-r--r--src/xmpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp.h b/src/xmpp.h
index 81e19c3f..08cccaab 100644
--- a/src/xmpp.h
+++ b/src/xmpp.h
@@ -173,6 +173,7 @@ void message_send_gone(const char * const recipient);
 
 // iq functions
 void iq_add_handlers(void);
+void iq_roster_request(void);
 
 // presence functions
 void presence_add_handlers(void);