summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index 4d2e29c..2660877 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -387,4 +387,7 @@ void rexmpp_log (rexmpp_t *s, int priority, const char *format, ...);
int rexmpp_xml_match (xmlNodePtr node,
const char *namespace,
const char *name);
+xmlNodePtr rexmpp_xml_find_child (xmlNodePtr node,
+ const char *namespace,
+ const char *name);
#endif