From 82586a69e6d2e14154b5703b558c6bf56d53bfa5 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 5 Jul 2004 14:26:58 +0000 Subject: Added menu_insert() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4826 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/menu.h') diff --git a/apps/menu.h b/apps/menu.h index 166a933..55c480a 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -47,5 +47,7 @@ int menu_count(int menu); bool menu_moveup(int menu); bool menu_movedown(int menu); void menu_draw(int menu); +void menu_insert(int menu, int position, char *desc, int voice_id, + bool (*function) (void)); #endif /* End __MENU_H__ */ -- cgit v1.1