diff options
Diffstat (limited to 'testsuite/libsmbclient/src/write/write_4.c')
-rw-r--r-- | testsuite/libsmbclient/src/write/write_4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libsmbclient/src/write/write_4.c b/testsuite/libsmbclient/src/write/write_4.c index 6ee585f021..0a1c33740f 100644 --- a/testsuite/libsmbclient/src/write/write_4.c +++ b/testsuite/libsmbclient/src/write/write_4.c @@ -12,7 +12,7 @@ char g_server[MAX_BUFF_SIZE]; char g_share[MAX_BUFF_SIZE]; -void auth_fn(const char *server, const char *share, char *workgroup, int wgmaxlen, +static void auth_fn(const char *server, const char *share, char *workgroup, int wgmaxlen, char *username, int unmaxlen, char *password, int pwmaxlen) { |