Changeset 457 for trunk/include


Ignore:
Timestamp:
Aug 3, 2014, 4:29:51 PM (10 years ago)
Author:
katerina
Message:

Fix for ticket #357 (Incorrect precedence for IgnoreAll).

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_files.h

    r415 r457  
    3131};
    3232
     33/* Check whether a file is in the config
     34 */
     35char * sh_files_findfile(const char * path);
     36
     37/* Find the most specific directory in the config
     38 */
     39char * sh_files_find_mostspecific_dir(const char * path);
    3340
    3441/* free a directory listing
  • trunk/include/zAVLTree.h

    r452 r457  
    7474extern void *zAVLNext (zAVLCursor *avlcursor);
    7575
    76 extern char * zAVL_string_get (zAVLTree * tree, char * key);
     76extern char * zAVL_string_get (zAVLTree * tree, const char * key);
    7777/* uses strdup to insert a copy */
    7878extern int zAVL_string_set (zAVLTree ** tree, const char * key);
Note: See TracChangeset for help on using the changeset viewer.