From 8fb336148fb34474c67fbc6e0354daa4512a22fb Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 18 Aug 2004 01:09:31 +0000 Subject: Const policed pointer arguments to functions, part 3 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4999 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menu.h') 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 { }; int menu_init(const struct menu_item* mitems, int count, int (*callback)(int, int), - char *button1, char *button2, char *button3); + const char *button1, const char *button2, const char *button3); void menu_exit(int menu); void put_cursorxy(int x, int y, bool on); -- cgit v1.2.3