input plugin header stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@1234 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
94786c5f8a
commit
ae450d2a3f
@ -45,4 +45,12 @@ InputPlugin * getInputPluginFromName(char * name);
|
|||||||
and don't have a suffix in the url! */
|
and don't have a suffix in the url! */
|
||||||
InputPlugin * getDefaultInputPlugin();
|
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
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user