X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fchat.git;a=blobdiff_plain;f=xmpp.h;h=f04cddbc238702b3372cd981f8cd7a5b20249f3b;hp=c45d7ac24e5a52eb375133c901433cf2cef80219;hb=88e19a4fe878276d64b1aa2fcd5d1efa524508ba;hpb=d3a770cb9f1cdc233d807a8bec0a1a514b043789 diff --git a/xmpp.h b/xmpp.h index c45d7ac..f04cddb 100644 --- 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 *);