aboutsummaryrefslogtreecommitdiff
path: root/src/song.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/song.h
parent5609a1fcd09c498fdcdfe0f535052e8d8c3ef05c (diff)
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/song.h')
-rw-r--r--src/song.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/song.h b/src/song.h
index 0ea3ec72..59d372c2 100644
--- a/src/song.h
+++ b/src/song.h
@@ -32,6 +32,8 @@
#define SONG_FILE "file: "
#define SONG_TIME "Time: "
+struct client;
+
typedef struct _Song {
char *url;
mpd_sint8 type;