summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 24443b58d9..a5cdfc3d8a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -798,6 +798,8 @@ static const struct plugin_api rockbox_api = {
798 /* new stuff at the end, sort into place next time 798 /* new stuff at the end, sort into place next time
799 the API gets incompatible */ 799 the API gets incompatible */
800 800
801 mixer_set_frequency,
802 mixer_get_frequency,
801}; 803};
802 804
803int plugin_load(const char* plugin, const void* parameter) 805int plugin_load(const char* plugin, const void* parameter)