Create a hook for sent messages
[cascardo/chat.git] / xmpp.h
diff --git a/xmpp.h b/xmpp.h
index f04cddb..652ad5c 100644 (file)
--- a/xmpp.h
+++ b/xmpp.h
@@ -62,7 +62,9 @@ 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_set_sent_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 *);
+void hc_xmpp_sent_message (hc_xmpp_t *, iks *);
 
 #endif