diff options
Diffstat (limited to 'testsuite/libsmbclient/src/opendir/opendir_3.c')
-rw-r--r-- | testsuite/libsmbclient/src/opendir/opendir_3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libsmbclient/src/opendir/opendir_3.c b/testsuite/libsmbclient/src/opendir/opendir_3.c index 3b6f28eaf3..db9e9e0aec 100644 --- a/testsuite/libsmbclient/src/opendir/opendir_3.c +++ b/testsuite/libsmbclient/src/opendir/opendir_3.c @@ -11,7 +11,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) { |