aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.h')
-rw-r--r--src/ls.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ls.h b/src/ls.h
index ed49c99d8..cbf37bd8f 100644
--- a/src/ls.h
+++ b/src/ls.h
@@ -35,9 +35,10 @@ int isDir(const char *utf8name);
int isPlaylist(const char *utf8file);
-InputPlugin *hasMusicSuffix(const char *utf8file, unsigned int next);
+struct decoder_plugin *hasMusicSuffix(const char *utf8file, unsigned int next);
-InputPlugin *isMusic(const char *utf8file, time_t * mtime, unsigned int next);
+struct decoder_plugin *isMusic(const char *utf8file, time_t * mtime,
+ unsigned int next);
int printRemoteUrlHandlers(int fd);