Const policed pointer arguments to functions, part 3

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4999 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-08-18 01:09:31 +00:00
parent 6d0da414bf
commit 8fb336148f
27 changed files with 170 additions and 158 deletions

View file

@ -25,4 +25,4 @@
#define LANGUAGE_VERSION 0x02
/* load a given language file */
int lang_load(char *filename);
int lang_load(const char *filename);