diff options
Diffstat (limited to 'testsuite/libsmbclient/src/opendir/opendir_2.c')
-rw-r--r-- | testsuite/libsmbclient/src/opendir/opendir_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/libsmbclient/src/opendir/opendir_2.c b/testsuite/libsmbclient/src/opendir/opendir_2.c index 60658d2cd5..f282f42b54 100644 --- a/testsuite/libsmbclient/src/opendir/opendir_2.c +++ b/testsuite/libsmbclient/src/opendir/opendir_2.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) { |