Separated main hook from main program
[cascardo/chat.git] / xmpp.h
diff --git a/xmpp.h b/xmpp.h
index c76bb06..f26cf73 100644 (file)
--- 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