diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-11 17:37:47 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-11 17:37:47 +0000 |
commit | fc7a264e4d3f6ba93d52722455e6d4ec7ca671fb (patch) | |
tree | c55738667ba5973be0435fd54048269013ae89c2 /src/directory.h | |
parent | 87f53c94d7361bb3aaa1369d26f76f049905fc82 (diff) | |
download | mpd-fc7a264e4d3f6ba93d52722455e6d4ec7ca671fb.tar.gz mpd-fc7a264e4d3f6ba93d52722455e6d4ec7ca671fb.tar.xz mpd-fc7a264e4d3f6ba93d52722455e6d4ec7ca671fb.zip |
incremental updates and command-list/update kung fu
this needs some serious cleaning up and testing
git-svn-id: https://svn.musicpd.org/mpd/trunk@692 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/directory.h')
-rw-r--r-- | src/directory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/directory.h b/src/directory.h index 024790163..c6928f3e6 100644 --- a/src/directory.h +++ b/src/directory.h @@ -22,6 +22,7 @@ #include "../config.h" #include "song.h" +#include "list.h" #include <stdio.h> #include <sys/param.h> @@ -32,7 +33,7 @@ int isUpdatingDB(); void directory_sigChldHandler(int pid, int status); -int updateInit(FILE * fp); +int updateInit(FILE * fp, List * pathList); void initMp3Directory(); |