input plugin header stuff

git-svn-id: https://svn.musicpd.org/mpd/trunk@1234 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-05-30 00:41:23 +00:00
parent 94786c5f8a
commit ae450d2a3f

View File

@ -45,4 +45,12 @@ InputPlugin * getInputPluginFromName(char * name);
and don't have a suffix in the url! */
InputPlugin * getDefaultInputPlugin();
/* this is where we "load" all the "plugins" ;-) */
void initInputPlugins();
/* this is where we "unload" all the "plugins" */
void finishInputPlugins();
void unloadInputPlugin(InputPlugin * inputPlugin);
#endif