aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-07 13:53:55 +0200
committerMax Kellermann <max@duempel.org>2008-09-07 13:53:55 +0200
commitdc8b64fdef1f8bc4499eef3aca17ed336ea3569b (patch)
treeba98b059e544ddecd774bd4c97ce66898cba3be0 /src/directory.h
parent5609a1fcd09c498fdcdfe0f535052e8d8c3ef05c (diff)
downloadmpd-dc8b64fdef1f8bc4499eef3aca17ed336ea3569b.tar.gz
mpd-dc8b64fdef1f8bc4499eef3aca17ed336ea3569b.tar.xz
mpd-dc8b64fdef1f8bc4499eef3aca17ed336ea3569b.zip
pass "struct client" to dbUtils.c, song.c, tag_print.c
Don't pass the raw file descriptor around. This migration patch is rather large, because all of the sources have inter dependencies - we have to change all of them at the same time.
Diffstat (limited to 'src/directory.h')
-rw-r--r--src/directory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directory.h b/src/directory.h
index f23372c3b..be191bf5d 100644
--- a/src/directory.h
+++ b/src/directory.h
@@ -55,7 +55,7 @@ void closeMp3Directory(void);
int isRootDirectory(const char *name);
-int printDirectoryInfo(int fd, const char *dirname);
+int printDirectoryInfo(struct client *client, const char *dirname);
int checkDirectoryDB(void);