s3-libsmbclient: make some functions static in testsuite code.
[kai/samba.git] / testsuite / libsmbclient / src / telldir / telldir_4.c
index 14184237d763df148b7bc7235fabb8e7bf18d1a3..852917456bcf2a40e7cad698a169dda294e3019b 100644 (file)
@@ -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)
 {