diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-22 13:47:55 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-22 13:47:55 +0100 |
commit | 9c77fbf0850c364c31f80e30c54137252291ec91 (patch) | |
tree | dad13ba8f43346dfbb5785580e730d92ca16c367 /lib/xmltree.h | |
parent | c6fc24a81fa14cea4b3f497bbbb0e6e65a3cc6d4 (diff) | |
parent | 11ec07811cc41e1b244467d25772ef021be9db1b (diff) |
Merge mainline.
Diffstat (limited to 'lib/xmltree.h')
-rw-r--r-- | lib/xmltree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmltree.h b/lib/xmltree.h index 5a0dbc8e..ac77fada 100644 --- a/lib/xmltree.h +++ b/lib/xmltree.h @@ -81,7 +81,7 @@ void xt_reset( struct xt_parser *xt ); int xt_feed( struct xt_parser *xt, const char *text, int text_len ); int xt_handle( struct xt_parser *xt, struct xt_node *node, int depth ); void xt_cleanup( struct xt_parser *xt, struct xt_node *node, int depth ); -struct xt_node *xt_from_string( const char *in ); +struct xt_node *xt_from_string( const char *in, int text_len ); char *xt_to_string( struct xt_node *node ); void xt_print( struct xt_node *node ); struct xt_node *xt_dup( struct xt_node *node ); |