Changeset b46769d for lib/xmltree.h
- Timestamp:
- 2010-08-12T22:44:56Z (14 years ago)
- Branches:
- master
- Children:
- 91d6e91
- Parents:
- be7a180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/xmltree.h
rbe7a180 rb46769d 92 92 struct xt_node *xt_new_node( char *name, const char *text, struct xt_node *children ); 93 93 void xt_add_child( struct xt_node *parent, struct xt_node *child ); 94 void xt_insert_child( struct xt_node *parent, struct xt_node *child ); 94 95 void xt_add_attr( struct xt_node *node, const char *key, const char *value ); 95 96 int xt_remove_attr( struct xt_node *node, const char *key );
Note: See TracChangeset
for help on using the changeset viewer.