summaryrefslogtreecommitdiff
path: root/apps/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.h b/apps/menu.h
index d097f73a0f..12d934fc18 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -28,7 +28,7 @@ struct menu_item {
28}; 28};
29 29
30int menu_init(const struct menu_item* mitems, int count, int (*callback)(int, int), 30int menu_init(const struct menu_item* mitems, int count, int (*callback)(int, int),
31 char *button1, char *button2, char *button3); 31 const char *button1, const char *button2, const char *button3);
32void menu_exit(int menu); 32void menu_exit(int menu);
33 33
34void put_cursorxy(int x, int y, bool on); 34void put_cursorxy(int x, int y, bool on);