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