s3-vfs: make syncops_connect in modules/vfs_syncops.c static.
authorGünther Deschner <gd@samba.org>
Thu, 24 Feb 2011 22:04:40 +0000 (23:04 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 25 Feb 2011 00:08:52 +0000 (01:08 +0100)
Guenther

source3/modules/vfs_syncops.c

index 76072abc3308e92398b5a41b5cdd1ddb115498d1..d5770d092cd0b9f640d3bc1d186be3469eff8288 100644 (file)
@@ -242,8 +242,8 @@ static int syncops_close(vfs_handle_struct *handle, files_struct *fsp)
        return SMB_VFS_NEXT_CLOSE(handle, fsp);
 }
 
-int syncops_connect(struct vfs_handle_struct *handle, const char *service,
-                       const char *user)
+static int syncops_connect(struct vfs_handle_struct *handle, const char *service,
+                          const char *user)
 {
 
        struct syncops_config_data *config;