aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h
diff options
context:
space:
mode:
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 c803b9695..2e0e68f42 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;