s3-libsmbclient: make some functions static in testsuite code.
[mat/samba.git] / testsuite / libsmbclient / src / lseekdir / lseekdir_1.c
index 010ca382a59efce4f1538342d927eb66f471c029..0610c21757fd10fc2e740586ce63b28a08c883a3 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)
 {