1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Apply some const

Volker
(This used to be commit 0b29d83d33)
This commit is contained in:
Volker Lendecke 2004-02-26 10:55:43 +00:00
parent a3425dad72
commit 0689a2630d

View File

@ -206,8 +206,9 @@ The callback function takes 4 arguments: the machine name, the server type,
the comment and a state pointer.
****************************************************************************/
BOOL cli_NetServerEnum(struct cli_state *cli, char *workgroup, uint32 stype,
void (*fn)(const char *, uint32, const char *, void *),
void *state)
void (*fn)(const char *, uint32, const char *,
const void *),
const void *state)
{
char *rparam = NULL;
char *rdata = NULL;