s3-libsmbclient: make some functions static in testsuite code.
[sfrench/samba-autobuild/.git] / testsuite / libsmbclient / src / lseek / lseek_7.c
index e3ef6cdd54495d48c23c33781e81333463e8d7e5..17f172bb7be717e64a726000c2bbd865fce8b137 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)
 {