summaryrefslogtreecommitdiffstats
path: root/source3/include/libsmbclient.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-02-20 16:41:41 -0800
committerJeremy Allison <jra@samba.org>2009-02-20 16:41:41 -0800
commit87a4c09b9bd37a967abcf874888a5d5161e7434f (patch)
treee01c5a99704f529d9de6e0c96f37b189c4e4f1f2 /source3/include/libsmbclient.h
parentd9a842b26f306a6328e0fb4f226ed8292a8c221a (diff)
downloadsamba-87a4c09b9bd37a967abcf874888a5d5161e7434f.tar.gz
samba-87a4c09b9bd37a967abcf874888a5d5161e7434f.tar.xz
samba-87a4c09b9bd37a967abcf874888a5d5161e7434f.zip
Change smbc_set_credentials_with_fallback() (unreleased) to use
const approptiately. Jeremy.
Diffstat (limited to 'source3/include/libsmbclient.h')
-rw-r--r--source3/include/libsmbclient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h
index efc471c85b4..8c642b1794c 100644
--- a/source3/include/libsmbclient.h
+++ b/source3/include/libsmbclient.h
@@ -2692,9 +2692,9 @@ smbc_set_credentials(char *workgroup,
void
smbc_set_credentials_with_fallback(SMBCCTX *ctx,
- char *workgroup,
- char *user,
- char *password);
+ const char *workgroup,
+ const char *user,
+ const char *password);
/**
* @ingroup structure