1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

r18928: Some more const for iniparser.

Guenther
This commit is contained in:
Günther Deschner 2006-09-26 19:12:39 +00:00 committed by Gerald (Jerry) Carter
parent 4e464a2c35
commit ac3de529b3
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);
/*-------------------------------------------------------------------------*/
/**