Changeset 4a0614e for protocols/jabber/xmltree.c
- Timestamp:
- 2006-09-21T09:37:03Z (17 years ago)
- Branches:
- master
- Children:
- 5bcf70a
- Parents:
- dd788bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/xmltree.c
rdd788bb r4a0614e 305 305 struct xt_node *c; 306 306 307 printf( "%s\n", xt_to_string( node ) );308 return;309 310 307 /* Indentation */ 311 308 for( c = node; c->parent; c = c->parent )
Note: See TracChangeset
for help on using the changeset viewer.