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 20c7a3733c..ff80776f7e 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -658,6 +658,7 @@ static const struct plugin_api rockbox_api = {
658 appsversion, 658 appsversion,
659 /* new stuff at the end, sort into place next time 659 /* new stuff at the end, sort into place next time
660 the API gets incompatible */ 660 the API gets incompatible */
661 playlist_insert_directory,
661}; 662};
662 663
663int plugin_load(const char* plugin, const void* parameter) 664int plugin_load(const char* plugin, const void* parameter)