1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r13154: Add some const

This commit is contained in:
Jelmer Vernooij 2006-01-26 06:29:59 +00:00 committed by Gerald (Jerry) Carter
parent 2c02a45d5a
commit 62822a2655

View File

@ -26,7 +26,7 @@
/****************************************************************************
start a message sequence
****************************************************************************/
BOOL smbcli_message_start(struct smbcli_tree *tree, char *host, const char *username,
BOOL smbcli_message_start(struct smbcli_tree *tree, const char *host, const char *username,
int *grp)
{
struct smbcli_request *req;