summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 102b28bc3b..e7b66a1cb2 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -597,7 +597,9 @@ static const struct plugin_api rockbox_api = {
597#endif 597#endif
598 598
599 /* new stuff at the end, sort into place next time 599 /* new stuff at the end, sort into place next time
600 the API gets incompatible */ 600 the API gets incompatible */
601 simplelist_info_init,
602 simplelist_show_list,
601 603
602}; 604};
603 605