Allow user to trigger full rescan with a .force-rescan file

This commit is contained in:
ejurgensen
2013-11-29 22:48:53 +01:00
parent 0fd65b285d
commit adc9c03763
4 changed files with 55 additions and 0 deletions

View File

@@ -295,6 +295,9 @@ db_hook_post_scan(void);
void
db_purge_cruft(time_t ref);
void
db_purge_all(void);
/* Queries */
int
db_query_start(struct query_params *qp);