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:
parent
4e464a2c35
commit
ac3de529b3
@ -51,7 +51,7 @@
|
||||
*/
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
char * strlwc(char * s)
|
||||
char * strlwc(const char * s)
|
||||
{
|
||||
static char l[ASCIILINESZ+1];
|
||||
int i ;
|
||||
|
@ -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);
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user