s3-libsmbclient: make some functions static in testsuite code.
[sfrench/samba-autobuild/.git] / testsuite / libsmbclient / src / unlink_print_job / unlink_print_job_3.c
index 5686b3f53edb86ed75cde4be552956a542d655d6..50c9464e00afff3c0c8e0c4bbd7eab9fc5a42de5 100644 (file)
@@ -18,7 +18,7 @@ unsigned int g_print_priority;
 unsigned int g_print_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)
 {
 
@@ -33,7 +33,7 @@ void auth_fn(const char *server, const char *share, char *workgroup, int wgmaxle
 
 }
 
-void print_list_fn(struct print_job_info *pji)
+static void print_list_fn(struct print_job_info *pji)
 {
 
        g_print_id = pji->id;