aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/xmltree.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/jabber/xmltree.h')
-rw-r--r--protocols/jabber/xmltree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/jabber/xmltree.h b/protocols/jabber/xmltree.h
index cfefadca..55030d83 100644
--- a/protocols/jabber/xmltree.h
+++ b/protocols/jabber/xmltree.h
@@ -83,6 +83,7 @@ int xt_handle( struct xt_parser *xt, struct xt_node *node );
void xt_cleanup( struct xt_parser *xt, struct xt_node *node );
char *xt_to_string( struct xt_node *node );
void xt_print( struct xt_node *node );
+struct xt_node *xt_dup( struct xt_node *node );
void xt_free_node( struct xt_node *node );
void xt_free( struct xt_parser *xt );
struct xt_node *xt_find_node( struct xt_node *node, char *name );