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, 2 insertions, 0 deletions
diff --git a/apps/menu.h b/apps/menu.h
index 166a9336b9..55c480aaab 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -47,5 +47,7 @@ int menu_count(int menu);
47bool menu_moveup(int menu); 47bool menu_moveup(int menu);
48bool menu_movedown(int menu); 48bool menu_movedown(int menu);
49void menu_draw(int menu); 49void menu_draw(int menu);
50void menu_insert(int menu, int position, char *desc, int voice_id,
51 bool (*function) (void));
50 52
51#endif /* End __MENU_H__ */ 53#endif /* End __MENU_H__ */