X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fchat.git;a=blobdiff_plain;f=xmpp.h;fp=xmpp.h;h=f26cf7355fa10b7b7ad9e467baf5de71efaaec1a;hp=c76bb064219efaefc0bdaabc71dd1df9b2258f9f;hb=2dd07de4ac61aea2ce976ea0841d597d8801b139;hpb=5288c13efe67885e6fb9384484b98293eeac535a diff --git a/xmpp.h b/xmpp.h index c76bb06..f26cf73 100644 --- a/xmpp.h +++ b/xmpp.h @@ -57,5 +57,7 @@ void hc_xmpp_send_iks (hc_xmpp_t *, iks *); void hc_xmpp_read_and_parse (hc_xmpp_t *); 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 *); #endif