diff options
Diffstat (limited to '')
-rw-r--r-- | src/update.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.h b/src/update.h index 9a51afc01..109126299 100644 --- a/src/update.h +++ b/src/update.h @@ -35,6 +35,6 @@ isUpdatingDB(void); * @return the job id, or 0 on error */ unsigned -update_enqueue(const char *path); +update_enqueue(const char *path, bool discard); #endif |