sparse: move extern declarations for plugins into header files
git-svn-id: https://svn.musicpd.org/mpd/trunk@5261 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -137,16 +137,6 @@ void printAllInputPluginSuffixes(FILE * fp)
|
||||
fflush(fp);
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
void initInputPlugins(void)
|
||||
{
|
||||
inputPlugin_list = makeList(NULL, 1);
|
||||
|
||||
Reference in New Issue
Block a user