Add function to return TCP file descriptor
[cascardo/hcxmpp.git] / xmpp.h
diff --git a/xmpp.h b/xmpp.h
index c76bb06..b33ad25 100644 (file)
--- a/xmpp.h
+++ b/xmpp.h
@@ -52,10 +52,13 @@ int hc_xmpp_is_bind_supported (hc_xmpp_t *);
 int hc_xmpp_is_session_supported (hc_xmpp_t *);
 int hc_xmpp_is_session_required (hc_xmpp_t *);
 char *hc_xmpp_server (hc_xmpp_t *);
+int hc_xmpp_fd (hc_xmpp_t *);
 void hc_xmpp_send_buffer (hc_xmpp_t *, char *, size_t);
 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