summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index bfd86cc8c3..bd9cd5a332 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -159,8 +159,8 @@ struct plugin_api {
159 void (*splash)(int ticks, bool center, const char *fmt, ...); 159 void (*splash)(int ticks, bool center, const char *fmt, ...);
160 160
161 /* button */ 161 /* button */
162 int (*button_get)(bool block); 162 long (*button_get)(bool block);
163 int (*button_get_w_tmo)(int ticks); 163 long (*button_get_w_tmo)(int ticks);
164 int (*button_status)(void); 164 int (*button_status)(void);
165 void (*button_clear_queue)(void); 165 void (*button_clear_queue)(void);
166 166