Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/xmltree.h

    r222b440 r0e788f5  
    44*  Simple XML (stream) parse tree handling code (Jabber/XMPP, mainly)       *
    55*                                                                           *
    6 *  Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This library is free software; you can redistribute it and/or            *
     
    8282int xt_handle( struct xt_parser *xt, struct xt_node *node, int depth );
    8383void xt_cleanup( struct xt_parser *xt, struct xt_node *node, int depth );
    84 struct xt_node *xt_from_string( const char *in );
     84struct xt_node *xt_from_string( const char *in, int text_len );
    8585char *xt_to_string( struct xt_node *node );
    86 char *xt_to_string_i( struct xt_node *node );
    8786void xt_print( struct xt_node *node );
    8887struct xt_node *xt_dup( struct xt_node *node );
Note: See TracChangeset for help on using the changeset viewer.