Changeset 305 for trunk/include


Ignore:
Timestamp:
Nov 13, 2010, 11:24:24 PM (14 years ago)
Author:
katerina
Message:

Fix for ticker #226 (incorrect handling of missing files when secondary schedule is active).

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_hash.h

    r294 r305  
    3535 */
    3636int hashreport_missing( char *fullpath, int level);
     37
     38/* remove internal db record for a file
     39 */
     40void sh_hash_remove (const char * path);
    3741
    3842/* write database to stdout
  • trunk/include/sh_utils.h

    r214 r305  
    9494/* ask if a file should be updated (returns S_TRUE/S_FALSE)
    9595 */
    96 int sh_util_ask_update(char * path);
     96int sh_util_ask_update(const char * path);
    9797int sh_util_set_interactive(const char * str);
    9898
Note: See TracChangeset for help on using the changeset viewer.