aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/xmltree.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-09-26 15:30:54 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-09-26 15:30:54 +0200
commit022df46b52683f49a1a48e15a440d1f6b81adfdd (patch)
treec70ac6f970fe44aa05376615ea31f0fb2a500422 /protocols/jabber/xmltree.h
parent8e6c7326667f7302bf622555d7c4164d24b89be0 (diff)
Added xt_dup().
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 );