aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugin.c
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/inputPlugin.c
parentf5711e28daed603c26cf78713837d9c4e1eacdfd (diff)
downloadmpd-41c5fbbb0790e09e09d487630382e73245524b7a.tar.gz
mpd-41c5fbbb0790e09e09d487630382e73245524b7a.tar.xz
mpd-41c5fbbb0790e09e09d487630382e73245524b7a.zip
renamed inputPlugin.* to decoder_list.*
Since inputPlugin.c manages the list of registered decoders, we should rename the source file.
Diffstat (limited to '')
-rw-r--r--src/decoder_list.c (renamed from src/inputPlugin.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputPlugin.c b/src/decoder_list.c
index 4df445a29..5906fd3c0 100644
--- a/src/inputPlugin.c
+++ b/src/decoder_list.c
@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "inputPlugin.h"
+#include "decoder_list.h"
#include "decoder_api.h"
extern struct decoder_plugin mp3Plugin;