summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 6ca0488e06..e1b7c69f96 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -393,6 +393,7 @@ struct plugin_api {
393 void (*simplelist_info_init)(struct simplelist_info *info, char* title, 393 void (*simplelist_info_init)(struct simplelist_info *info, char* title,
394 int count, void* data); 394 int count, void* data);
395 bool (*simplelist_show_list)(struct simplelist_info *info); 395 bool (*simplelist_show_list)(struct simplelist_info *info);
396 bool (*yesno_pop)(const char* text);
396 397
397 /* action handling */ 398 /* action handling */
398 int (*get_custom_action)(int context,int timeout, 399 int (*get_custom_action)(int context,int timeout,