aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugin.h
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2007-01-14 04:33:13 +0000
committerEric Wong <normalperson@yhbt.net>2007-01-14 04:33:13 +0000
commit53427fb3d4723e290cdff04b733736dac0ca15e2 (patch)
tree257a8af34ac7942d40b552c1db50935139325bcf /src/inputPlugin.h
parent0a6d48c28eb40e3e25e6f476be6aad0e0180f01c (diff)
downloadmpd-53427fb3d4723e290cdff04b733736dac0ca15e2.tar.gz
mpd-53427fb3d4723e290cdff04b733736dac0ca15e2.tar.xz
mpd-53427fb3d4723e290cdff04b733736dac0ca15e2.zip
sparse: move extern declarations for plugins into header files
git-svn-id: https://svn.musicpd.org/mpd/trunk@5261 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/inputPlugin.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/inputPlugin.h b/src/inputPlugin.h
index 7f40acc7c..83f8b2b21 100644
--- a/src/inputPlugin.h
+++ b/src/inputPlugin.h
@@ -96,4 +96,14 @@ void initInputPlugins(void);
/* this is where we "unload" all the "plugins" */
void finishInputPlugins(void);
+extern InputPlugin mp3Plugin;
+extern InputPlugin oggvorbisPlugin;
+extern InputPlugin flacPlugin;
+extern InputPlugin oggflacPlugin;
+extern InputPlugin audiofilePlugin;
+extern InputPlugin mp4Plugin;
+extern InputPlugin mpcPlugin;
+extern InputPlugin aacPlugin;
+extern InputPlugin modPlugin;
+
#endif