From 2ac057241a3b96fc71d9e320ac23e455a0a11368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Sun, 26 May 2002 17:03:17 +0000 Subject: Added support for nested menus git-svn-id: svn://svn.rockbox.org/rockbox/trunk@707 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/menu.h') diff --git a/apps/menu.h b/apps/menu.h index 5aafe9b..accfbda 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -26,7 +26,8 @@ struct menu_items { void (*function) (void); }; -void menu_init(struct menu_items* items, int count); -void menu_run(void); +int menu_init(struct menu_items* items, int count); +void menu_exit(int menu); +void menu_run(int menu); #endif /* End __MENU_H__ */ -- cgit v1.1