1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r18928: Some more const for iniparser.

Guenther
(This used to be commit ac3de529b3)
This commit is contained in:
Günther Deschner 2006-09-26 19:12:39 +00:00 committed by Gerald (Jerry) Carter
parent b0e29c79e7
commit 16fecf7875
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
*/
/*--------------------------------------------------------------------------*/
char * strlwc(char * s)
char * strlwc(const char * s)
{
static char l[ASCIILINESZ+1];
int i ;

View File

@ -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);
/*-------------------------------------------------------------------------*/
/**