Changeset d912fe4 for lib/xmltree.h
- Timestamp:
- 2010-08-14T23:00:53Z (14 years ago)
- Branches:
- master
- Children:
- d97f51b
- Parents:
- 4fc95c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/xmltree.h
r4fc95c5 rd912fe4 89 89 void xt_free( struct xt_parser *xt ); 90 90 struct xt_node *xt_find_node( struct xt_node *node, const char *name ); 91 struct xt_node *xt_find_path( struct xt_node *node, const char *name ); 91 92 char *xt_find_attr( struct xt_node *node, const char *key ); 92 93
Note: See TracChangeset
for help on using the changeset viewer.