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:
parent
b0e29c79e7
commit
16fecf7875
@ -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…
Reference in New Issue
Block a user