plugins: introduce load and unload functions for plugins
commitd008675b1bb1360f32360c98f54175783c5f0f2f
authorThomas Martitz <kugel@rockbox.org>
Wed, 26 Aug 2015 21:58:09 +0000 (26 23:58 +0200)
committerThomas Martitz <kugel@rockbox.org>
Mon, 5 Oct 2015 20:09:36 +0000 (5 22:09 +0200)
tree1eea1be7c4dd94d8bfa6a6e64fd8b6a9430d7a8d
parentb8a99752f0946bfb2840feb3f3ea59085f658dc6
plugins: introduce load and unload functions for plugins

Currently they encapsulate loading and unloading of standard plugins. In
the future plugins can provide such functions to load their types of plugins.

Such a dummy proxy plugin is implemented now to load standard plugins so
that these aren't going to be specially handled.
src/plugindata.h
src/pluginprivate.h
src/plugins.c