From 88e19a4fe878276d64b1aa2fcd5d1efa524508ba Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 25 Nov 2008 00:20:23 -0200 Subject: [PATCH] Included a public function into the header --- xmpp.h | 1 + 1 file changed, 1 insertion(+) 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 *); -- 2.20.1