From 16fecf78755d5be403e0bbd540d97378c0320ddf Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 26 Sep 2006 19:12:39 +0000 Subject: r18928: Some more const for iniparser. Guenther (This used to be commit ac3de529b311e818805b2f5a6ab652ab7fa3ee2d) --- source3/iniparser/src/strlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/iniparser/src/strlib.h') 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); /*-------------------------------------------------------------------------*/ /** -- cgit