aboutsummaryrefslogtreecommitdiff
path: root/src/ls.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:08 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:27:08 +0200
commit41c5fbbb0790e09e09d487630382e73245524b7a (patch)
treed57399502e5db91afc4def612aed83572394612a /src/ls.h
parentf5711e28daed603c26cf78713837d9c4e1eacdfd (diff)
renamed inputPlugin.* to decoder_list.*
Since inputPlugin.c manages the list of registered decoders, we should rename the source file.
Diffstat (limited to 'src/ls.h')
-rw-r--r--src/ls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.h b/src/ls.h
index cbf37bd8..bb8b113f 100644
--- a/src/ls.h
+++ b/src/ls.h
@@ -19,7 +19,7 @@
#ifndef LS_H
#define LS_H
-#include "inputPlugin.h"
+#include "decoder_list.h"
int lsPlaylists(int fd, const char *utf8path);