Added support for a message hook and simple message sending
[cascardo/chat.git] / xmpp.h
diff --git a/xmpp.h b/xmpp.h
index 66c64d2..c45d7ac 100644 (file)
--- a/xmpp.h
+++ b/xmpp.h
@@ -62,5 +62,6 @@ 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_register_ns_hook (hc_xmpp_t *, char *, hc_xmpp_hook_t);
+void hc_xmpp_recv_message (hc_xmpp_t *, iks *);
 
 #endif