summaryrefslogtreecommitdiffstats
path: root/apps/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/menu.h b/apps/menu.h
index 1171f0efc5..046153b654 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -90,5 +90,6 @@ bool menu_moveup(int menu);
bool menu_movedown(int menu);
void menu_draw(int menu);
void menu_insert(int menu, int position, char *desc, bool (*function) (void));
+void menu_set_cursor(int menu, int position);
#endif /* End __MENU_H__ */