summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index c7b07b0..7679546 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -390,4 +390,8 @@ int rexmpp_fds (rexmpp_t *s, fd_set *read_fds, fd_set *write_fds);
char *rexmpp_xml_serialize (xmlNodePtr node);
xmlNodePtr rexmpp_xml_add_id (rexmpp_t *s, xmlNodePtr node);
+void rexmpp_log (rexmpp_t *s, int priority, const char *format, ...);
+int rexmpp_xml_match (xmlNodePtr node,
+ const char *namespace,
+ const char *name);
#endif