aboutsummaryrefslogtreecommitdiff
path: root/src/song.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2006-10-27 23:07:34 +0000
committerWarren Dukes <warren.dukes@gmail.com>2006-10-27 23:07:34 +0000
commitf6b982eb079b900338737daf6fdfc057c7143697 (patch)
treeae8b89c397ef5aff6a81544a75cdefa697e48557 /src/song.h
parenta8a932a215941633a86526a7c037919138b836e8 (diff)
add support for: list file
This behaves the same as: list filename git-svn-id: https://svn.musicpd.org/mpd/trunk@4952 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/song.h')
-rw-r--r--src/song.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/song.h b/src/song.h
index c803b969..2e0e68f4 100644
--- a/src/song.h
+++ b/src/song.h
@@ -33,6 +33,9 @@
#define SONG_TYPE_FILE 1
#define SONG_TYPE_URL 2
+#define SONG_FILE "file: "
+#define SONG_TIME "Time: "
+
typedef struct _Song {
char *url;
mpd_sint8 type;