X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/3036551977f003d9ef3bc15e682201272f400840..91c9324af56bd50592e818fd4763e6cdcea68857:/lib/trackdb.h?ds=sidebyside diff --git a/lib/trackdb.h b/lib/trackdb.h index f1aae33..804ff5a 100644 --- a/lib/trackdb.h +++ b/lib/trackdb.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2005, 2006, 2007 Richard Kettlewell + * Copyright (C) 2005-2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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 recheck); /* Start a rescan, if one is not running already */ int trackdb_rescan_cancel(void);