summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 1ac69da1ea..36de7281d2 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -431,6 +431,7 @@ static const struct plugin_api rockbox_api = {
431 431
432 commit_dcache, 432 commit_dcache,
433 commit_discard_dcache, 433 commit_discard_dcache,
434 commit_discard_idcache,
434 435
435 lc_open, 436 lc_open,
436 lc_open_from_mem, 437 lc_open_from_mem,
@@ -793,8 +794,6 @@ static const struct plugin_api rockbox_api = {
793 794
794 /* new stuff at the end, sort into place next time 795 /* new stuff at the end, sort into place next time
795 the API gets incompatible */ 796 the API gets incompatible */
796
797 commit_discard_idcache,
798}; 797};
799 798
800int plugin_load(const char* plugin, const void* parameter) 799int plugin_load(const char* plugin, const void* parameter)