Ignore:
Timestamp:
2006-10-05T22:55:54Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
090f1cb
Parents:
cc2cb2d
Message:

Added max. recursion depth arguments to xt_handle()/_cleanup() to make sure
commands that still have to be handled don't get (partially) cleaned up
already.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/xmltree.h

    rcc2cb2d r101d84f  
    8080void xt_reset( struct xt_parser *xt );
    8181int xt_feed( struct xt_parser *xt, char *text, int text_len );
    82 int xt_handle( struct xt_parser *xt, struct xt_node *node );
    83 void xt_cleanup( struct xt_parser *xt, struct xt_node *node );
     82int xt_handle( struct xt_parser *xt, struct xt_node *node, int depth );
     83void xt_cleanup( struct xt_parser *xt, struct xt_node *node, int depth );
    8484char *xt_to_string( struct xt_node *node );
    8585void xt_print( struct xt_node *node );
Note: See TracChangeset for help on using the changeset viewer.