summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index e46e193129..de2dd3f7c7 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -620,6 +620,7 @@ static const struct plugin_api rockbox_api = {
620 /* new stuff at the end, sort into place next time 620 /* new stuff at the end, sort into place next time
621 the API gets incompatible */ 621 the API gets incompatible */
622 get_settings_list, 622 get_settings_list,
623 get_codepage_name,
623}; 624};
624 625
625int plugin_load(const char* plugin, const void* parameter) 626int plugin_load(const char* plugin, const void* parameter)