Allow extensions to be registered
[cascardo/chat.git] / xmpp.h
diff --git a/xmpp.h b/xmpp.h
index c0780b7..66c64d2 100644 (file)
--- a/xmpp.h
+++ b/xmpp.h
@@ -61,5 +61,6 @@ 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 *);
 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);
 
 #endif
 
 #endif