summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 8384d8b9aa..9b3cec5cde 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -549,7 +549,7 @@ struct plugin_api {
549 int (*PREFIX(rmdir))(const char *name); 549 int (*PREFIX(rmdir))(const char *name);
550 /* action handling */ 550 /* action handling */
551 int (*get_custom_action)(int context,int timeout, 551 int (*get_custom_action)(int context,int timeout,
552 struct button_mapping* (*get_context_map)(int)); 552 const struct button_mapping* (*get_context_map)(int));
553 int (*get_action)(int context, int timeout); 553 int (*get_action)(int context, int timeout);
554 void (*action_signalscreenchange)(void); 554 void (*action_signalscreenchange)(void);
555 bool (*action_userabort)(int timeout); 555 bool (*action_userabort)(int timeout);