chiark / gitweb /
disorder-rescan can now suppress the check phase, which on first
[disorder] / lib / trackdb.h
index f1aae33fec430596bceb8efd20414ffb865c3911..b0f601ed8931882fab4de7272ed3dd757e00524b 100644 (file)
@@ -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. */
 
-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);