diff options
author | Max Kellermann <max@duempel.org> | 2009-09-24 21:55:40 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-09-24 21:55:40 +0200 |
commit | 89ba540e6d76aae0a594daebb9db8524ea3ed528 (patch) | |
tree | b9b9dda03556ceeb98f620255c9148098d178da7 /src/update.h | |
parent | 47ab2ad6f375e9f3afe2efe6a1da70ce98cec52b (diff) | |
download | mpd-89ba540e6d76aae0a594daebb9db8524ea3ed528.tar.gz mpd-89ba540e6d76aae0a594daebb9db8524ea3ed528.tar.xz mpd-89ba540e6d76aae0a594daebb9db8524ea3ed528.zip |
command: added command "rescan"
"rescan" is the same as "update", but it discards existing songs in
the database.
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 |