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