Commit ae450d2a authored by Warren Dukes's avatar Warren Dukes

input plugin header stuff

git-svn-id: https://svn.musicpd.org/mpd/trunk@1234 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 94786c5f
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment