diff options
author | Eric Wong <normalperson@yhbt.net> | 2005-12-05 03:53:56 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2005-12-05 03:53:56 +0000 |
commit | 7a7886a193d4d2ecdf092bbd18e37739f2430be5 (patch) | |
tree | 9d5cf3b78e50803ec9d26d1ef6b2a36561d6fb34 /src/ls.h | |
parent | 3af3a551dfbd3299287b88980370de9dc98308fc (diff) | |
download | mpd-7a7886a193d4d2ecdf092bbd18e37739f2430be5.tar.gz mpd-7a7886a193d4d2ecdf092bbd18e37739f2430be5.tar.xz mpd-7a7886a193d4d2ecdf092bbd18e37739f2430be5.zip |
OggFLAC support
git-svn-id: https://svn.musicpd.org/mpd/branches/oggflac@3720 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/ls.h')
-rw-r--r-- | src/ls.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,9 +45,9 @@ int isDir(char * utf8name); int isPlaylist(char * utf8file); -InputPlugin * hasMusicSuffix(char * utf8file); +InputPlugin * hasMusicSuffix(char * utf8file, unsigned int next); -InputPlugin * isMusic(char * utf8file, time_t * mtime); +InputPlugin * isMusic(char * utf8file, time_t * mtime, unsigned int next); char * dupAndStripPlaylistSuffix(char * file); |