Included a public function into the header
authorThadeu Lima de Souza Cascardo <cascardo@minaslivre.org>
Tue, 25 Nov 2008 02:20:23 +0000 (00:20 -0200)
committerThadeu Lima de Souza Cascardo <cascardo@minaslivre.org>
Tue, 25 Nov 2008 02:20:23 +0000 (00:20 -0200)
xmpp.h

diff --git a/xmpp.h b/xmpp.h
index c45d7ac..f04cddb 100644 (file)
--- a/xmpp.h
+++ b/xmpp.h
@@ -61,6 +61,7 @@ void hc_xmpp_features (hc_xmpp_t *, iks *);
 int hc_xmpp_status (hc_xmpp_t *);
 int hc_xmpp_hook (void *, int, iks *);
 void hc_xmpp_send_stream (hc_xmpp_t *);
+void hc_xmpp_set_msg_hook (hc_xmpp_t *, hc_xmpp_hook_t);
 void hc_xmpp_register_ns_hook (hc_xmpp_t *, char *, hc_xmpp_hook_t);
 void hc_xmpp_recv_message (hc_xmpp_t *, iks *);