From ef87630594d8fcd3305ad0cde8b17f330c7adfff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Tue, 25 Oct 2011 12:38:41 +0200 Subject: s3-libsmbclient: make some functions static in testsuite code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Oct 25 17:57:25 CEST 2011 on sn-devel-104 --- testsuite/libsmbclient/src/write/write_10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/libsmbclient/src/write/write_10.c') diff --git a/testsuite/libsmbclient/src/write/write_10.c b/testsuite/libsmbclient/src/write/write_10.c index 1f43c60bb75..3796dad40f5 100644 --- a/testsuite/libsmbclient/src/write/write_10.c +++ b/testsuite/libsmbclient/src/write/write_10.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) { -- cgit v1.2.1