s3-libsmbclient: make some functions static in testsuite code.
[ira/wip.git] / testsuite / libsmbclient / src / print_file / print_file_3.c
index 4b2a6af84f26ea147fe68ebc1a03ca2eeb5d5c55..fcd1f51e397a9c32aee60885e8ca5bddd0532f38 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)
 {