s3-libsmbclient: make some functions static in testsuite code.
[sfrench/samba-autobuild/.git] / testsuite / libsmbclient / src / stat / stat_3.c
index 1220577a3c77c3f79e225f02292eb2fe5770064d..eb05ee701b99414172413e1a378781df9cf24f41 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)
 {