chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disorder-rescan can now suppress the check phase, which on first
[disorder]
/
lib
/
trackdb.h
diff --git
a/lib/trackdb.h
b/lib/trackdb.h
index f1aae33fec430596bceb8efd20414ffb865c3911..b0f601ed8931882fab4de7272ed3dd757e00524b 100644
(file)
--- a/
lib/trackdb.h
+++ b/
lib/trackdb.h
@@
-136,7
+136,7
@@
char **trackdb_search(char **wordlist, int nwordlist, int *ntracks);
/* return a list of tracks containing all of the words given. If you
* ask for only stopwords you get no tracks. */
/* return a list of tracks containing all of the words given. If you
* ask for only stopwords you get no tracks. */
-void trackdb_rescan(struct ev_source *ev);
+void trackdb_rescan(struct ev_source *ev
, int check
);
/* Start a rescan, if one is not running already */
int trackdb_rescan_cancel(void);
/* Start a rescan, if one is not running already */
int trackdb_rescan_cancel(void);