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.
This commit is contained in:
Max Kellermann
2008-09-07 13:53:55 +02:00
parent 5609a1fcd0
commit dc8b64fdef
12 changed files with 121 additions and 110 deletions

View File

@@ -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);