Changeset 452 for trunk/include


Ignore:
Timestamp:
Jun 26, 2014, 8:01:54 PM (10 years ago)
Author:
katerina
Message:

Fix for ticket #353 (multiple exclusions for SUID check).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/zAVLTree.h

    r363 r452  
    7474extern void *zAVLNext (zAVLCursor *avlcursor);
    7575
     76extern char * zAVL_string_get (zAVLTree * tree, char * key);
     77/* uses strdup to insert a copy */
     78extern int zAVL_string_set (zAVLTree ** tree, const char * key);
     79extern void zAVL_string_reset (zAVLTree * tree);
     80
    7681#endif
Note: See TracChangeset for help on using the changeset viewer.