summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 08beddf8fb..b864170218 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -605,6 +605,8 @@ static const struct plugin_api rockbox_api = {
605#ifdef HAVE_TAGCACHE 605#ifdef HAVE_TAGCACHE
606 tagcache_get_numeric, 606 tagcache_get_numeric,
607#endif 607#endif
608
609 gui_syncyesno_run,
608}; 610};
609 611
610int plugin_load(const char* plugin, const void* parameter) 612int plugin_load(const char* plugin, const void* parameter)