summaryrefslogtreecommitdiff
path: root/testsuite/libsmbclient/src/telldir
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/libsmbclient/src/telldir')
-rw-r--r--testsuite/libsmbclient/src/telldir/telldir_1.c2
-rw-r--r--testsuite/libsmbclient/src/telldir/telldir_2.c2
-rw-r--r--testsuite/libsmbclient/src/telldir/telldir_3.c2
-rw-r--r--testsuite/libsmbclient/src/telldir/telldir_4.c2
-rw-r--r--testsuite/libsmbclient/src/telldir/telldir_5.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/libsmbclient/src/telldir/telldir_1.c b/testsuite/libsmbclient/src/telldir/telldir_1.c
index 725033f453..5e6cb94bb1 100644
--- a/testsuite/libsmbclient/src/telldir/telldir_1.c
+++ b/testsuite/libsmbclient/src/telldir/telldir_1.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)
{
diff --git a/testsuite/libsmbclient/src/telldir/telldir_2.c b/testsuite/libsmbclient/src/telldir/telldir_2.c
index 6971b79b0f..45a4d158b0 100644
--- a/testsuite/libsmbclient/src/telldir/telldir_2.c
+++ b/testsuite/libsmbclient/src/telldir/telldir_2.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)
{
diff --git a/testsuite/libsmbclient/src/telldir/telldir_3.c b/testsuite/libsmbclient/src/telldir/telldir_3.c
index 06ba59538a..67a7dc696f 100644
--- a/testsuite/libsmbclient/src/telldir/telldir_3.c
+++ b/testsuite/libsmbclient/src/telldir/telldir_3.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)
{
diff --git a/testsuite/libsmbclient/src/telldir/telldir_4.c b/testsuite/libsmbclient/src/telldir/telldir_4.c
index 14184237d7..852917456b 100644
--- a/testsuite/libsmbclient/src/telldir/telldir_4.c
+++ b/testsuite/libsmbclient/src/telldir/telldir_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)
{
diff --git a/testsuite/libsmbclient/src/telldir/telldir_5.c b/testsuite/libsmbclient/src/telldir/telldir_5.c
index f851e145e8..1984ffb9b7 100644
--- a/testsuite/libsmbclient/src/telldir/telldir_5.c
+++ b/testsuite/libsmbclient/src/telldir/telldir_5.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)
{