diff options
author | Günther Deschner <gd@samba.org> | 2011-10-25 12:38:41 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-10-25 17:57:25 +0200 |
commit | ef87630594d8fcd3305ad0cde8b17f330c7adfff (patch) | |
tree | d1979d77173e6c460680a0848758da1bdd485be6 /testsuite/libsmbclient/src/telldir | |
parent | 242292d4deefadb14f96af46a1461fc694fad2f4 (diff) | |
download | samba-ef87630594d8fcd3305ad0cde8b17f330c7adfff.tar.gz samba-ef87630594d8fcd3305ad0cde8b17f330c7adfff.tar.bz2 samba-ef87630594d8fcd3305ad0cde8b17f330c7adfff.zip |
s3-libsmbclient: make some functions static in testsuite code.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Oct 25 17:57:25 CEST 2011 on sn-devel-104
Diffstat (limited to 'testsuite/libsmbclient/src/telldir')
-rw-r--r-- | testsuite/libsmbclient/src/telldir/telldir_1.c | 2 | ||||
-rw-r--r-- | testsuite/libsmbclient/src/telldir/telldir_2.c | 2 | ||||
-rw-r--r-- | testsuite/libsmbclient/src/telldir/telldir_3.c | 2 | ||||
-rw-r--r-- | testsuite/libsmbclient/src/telldir/telldir_4.c | 2 | ||||
-rw-r--r-- | testsuite/libsmbclient/src/telldir/telldir_5.c | 2 |
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) { |