mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
6d0da414bf
commit
8fb336148f
27 changed files with 170 additions and 158 deletions
|
@ -25,4 +25,4 @@
|
|||
#define LANGUAGE_VERSION 0x02
|
||||
|
||||
/* load a given language file */
|
||||
int lang_load(char *filename);
|
||||
int lang_load(const char *filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue