Changeset 222b440 for lib/xmltree.h


Ignore:
Timestamp:
2012-06-05T20:19:56Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
15581c1
Parents:
d219296
Message:

Add xt_to_string_i() and use it to get indentation back in saved settings.
Also, use it in xt_print() instead of replicating most of xt_to_string()
in it. This changed four-space indents into tabs but oh well, we'll live.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/xmltree.h

    rd219296 r222b440  
    8484struct xt_node *xt_from_string( const char *in );
    8585char *xt_to_string( struct xt_node *node );
     86char *xt_to_string_i( struct xt_node *node );
    8687void xt_print( struct xt_node *node );
    8788struct xt_node *xt_dup( struct xt_node *node );
Note: See TracChangeset for help on using the changeset viewer.