Changeset 457 for trunk/include
- Timestamp:
- Aug 3, 2014, 4:29:51 PM (10 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_files.h
r415 r457 31 31 }; 32 32 33 /* Check whether a file is in the config 34 */ 35 char * sh_files_findfile(const char * path); 36 37 /* Find the most specific directory in the config 38 */ 39 char * sh_files_find_mostspecific_dir(const char * path); 33 40 34 41 /* free a directory listing -
trunk/include/zAVLTree.h
r452 r457 74 74 extern void *zAVLNext (zAVLCursor *avlcursor); 75 75 76 extern char * zAVL_string_get (zAVLTree * tree, c har * key);76 extern char * zAVL_string_get (zAVLTree * tree, const char * key); 77 77 /* uses strdup to insert a copy */ 78 78 extern int zAVL_string_set (zAVLTree ** tree, const char * key);
Note:
See TracChangeset
for help on using the changeset viewer.