s3-libsmbclient: make some functions static in testsuite code.
[ira/wip.git] / testsuite / libsmbclient / src / write / write_12.c
index 3528dbb36e28783c5c49ef9d82ecfff063e6e822..6d21f889db86c3952cfbbf38c615033b40b017fe 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)
 {