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 1cac280e64..20ff190e37 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -773,6 +773,8 @@ static const struct plugin_api rockbox_api = {
773 /* new stuff at the end, sort into place next time 773 /* new stuff at the end, sort into place next time
774 the API gets incompatible */ 774 the API gets incompatible */
775 filetype_get_attr, 775 filetype_get_attr,
776 browse_context_init,
777 rockbox_browse,
776}; 778};
777 779
778int plugin_load(const char* plugin, const void* parameter) 780int plugin_load(const char* plugin, const void* parameter)