Mercurial > audlegacy
diff src/audacious/pluginenum.h @ 4266:2b7a74fce100
Implemented support for multiple subplugins inside a plugin (see bug #148) and PluginHeader finalization
| author | stefano@zanga |
|---|---|
| date | Sun, 10 Feb 2008 12:31:44 +0100 |
| parents | 3092a8b3fe34 |
| children | cbb1f66d8971 |
line wrap: on
line diff
--- a/src/audacious/pluginenum.h Sun Feb 10 10:40:51 2008 +0100 +++ b/src/audacious/pluginenum.h Sun Feb 10 12:31:44 2008 +0100 @@ -40,4 +40,6 @@ void plugin_set_enabled(const gchar *filename, gboolean enabled); Plugin *plugin_get_plugin(const gchar *filename); +void plugin_set_current(Plugin *plugin); + #endif
