From bd12def3938b4eb2821675ef2e86bca271176cbc Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 7 Jul 2008 14:04:18 +0000 Subject: Keybox, encrypted password storage. Manual page comming soon git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17979 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.c') 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 = { #ifdef HAVE_TAGCACHE tagcache_get_numeric, #endif + + gui_syncyesno_run, }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.2.3