X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fchat.git;a=blobdiff_plain;f=xmpp.h;h=66c64d2c51a36cc66c71e2c76a02b6d37f4b25b4;hp=c0780b7523c95d0012f5f9d950688b82a527beb5;hb=def38cbbaffe0bd4504580384af2bbbde0b62762;hpb=d70ec81b50760c6a78bec8c13b52c0d345374667 diff --git a/xmpp.h b/xmpp.h index c0780b7..66c64d2 100644 --- 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 *); +void hc_xmpp_register_ns_hook (hc_xmpp_t *, char *, hc_xmpp_hook_t); #endif