summaryrefslogtreecommitdiff
path: root/testsuite/libsmbclient/src/opendir
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/libsmbclient/src/opendir')
-rw-r--r--testsuite/libsmbclient/src/opendir/opendir_1.c2
-rw-r--r--testsuite/libsmbclient/src/opendir/opendir_2.c2
-rw-r--r--testsuite/libsmbclient/src/opendir/opendir_3.c2
-rw-r--r--testsuite/libsmbclient/src/opendir/opendir_4.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/libsmbclient/src/opendir/opendir_1.c b/testsuite/libsmbclient/src/opendir/opendir_1.c
index 1bd01b5fee..1495e92e74 100644
--- a/testsuite/libsmbclient/src/opendir/opendir_1.c
+++ b/testsuite/libsmbclient/src/opendir/opendir_1.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)
{
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)
{
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)
{
diff --git a/testsuite/libsmbclient/src/opendir/opendir_4.c b/testsuite/libsmbclient/src/opendir/opendir_4.c
index 23b25e5506..819fca71a0 100644
--- a/testsuite/libsmbclient/src/opendir/opendir_4.c
+++ b/testsuite/libsmbclient/src/opendir/opendir_4.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)
{