From f6b982eb079b900338737daf6fdfc057c7143697 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Fri, 27 Oct 2006 23:07:34 +0000 Subject: 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 --- src/song.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/song.h') 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; -- cgit v1.2.3