Changeset 305 for trunk/include
- Timestamp:
- Nov 13, 2010, 11:24:24 PM (14 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_hash.h
r294 r305 35 35 */ 36 36 int hashreport_missing( char *fullpath, int level); 37 38 /* remove internal db record for a file 39 */ 40 void sh_hash_remove (const char * path); 37 41 38 42 /* write database to stdout -
trunk/include/sh_utils.h
r214 r305 94 94 /* ask if a file should be updated (returns S_TRUE/S_FALSE) 95 95 */ 96 int sh_util_ask_update(c har * path);96 int sh_util_ask_update(const char * path); 97 97 int sh_util_set_interactive(const char * str); 98 98
Note:
See TracChangeset
for help on using the changeset viewer.