diff options
Diffstat (limited to 'source3/iniparser/src/strlib.h')
-rw-r--r-- | source3/iniparser/src/strlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/iniparser/src/strlib.h b/source3/iniparser/src/strlib.h index 8d8f15fcf0..39ca26f1df 100644 --- a/source3/iniparser/src/strlib.h +++ b/source3/iniparser/src/strlib.h @@ -45,7 +45,7 @@ allocated, it will be modified at each function call (not re-entrant). */ /*--------------------------------------------------------------------------*/ -char * strlwc(char * s); +char * strlwc(const char * s); /*-------------------------------------------------------------------------*/ /** |