summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 7d3b13c726..6748a19355 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -341,6 +341,20 @@ static const struct plugin_api rockbox_api = {
341 341
342 /* new stuff at the end, sort into place next time 342 /* new stuff at the end, sort into place next time
343 the API gets incompatible */ 343 the API gets incompatible */
344
345 menu_init,
346 menu_exit,
347 menu_show,
348 menu_run,
349 menu_cursor,
350 menu_description,
351 menu_delete,
352 menu_count,
353 menu_moveup,
354 menu_movedown,
355 menu_draw,
356 menu_insert,
357 menu_set_cursor,
344}; 358};
345 359
346int plugin_load(const char* plugin, void* parameter) 360int plugin_load(const char* plugin, void* parameter)