diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2006-10-27 23:07:34 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2006-10-27 23:07:34 +0000 |
commit | f6b982eb079b900338737daf6fdfc057c7143697 (patch) | |
tree | ae8b89c397ef5aff6a81544a75cdefa697e48557 /src/song.h | |
parent | a8a932a215941633a86526a7c037919138b836e8 (diff) | |
download | mpd-f6b982eb079b900338737daf6fdfc057c7143697.tar.gz mpd-f6b982eb079b900338737daf6fdfc057c7143697.tar.xz mpd-f6b982eb079b900338737daf6fdfc057c7143697.zip |
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.h | 3 |
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; |