From: Günther Deschner Date: Thu, 24 Feb 2011 22:04:40 +0000 (+0100) Subject: s3-vfs: make syncops_connect in modules/vfs_syncops.c static. X-Git-Tag: tevent-0.9.11~307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59e45a979ca49b485bc5a88d79d1ce83b80d5bee;p=thirdparty%2Fsamba.git s3-vfs: make syncops_connect in modules/vfs_syncops.c static. Guenther --- diff --git a/source3/modules/vfs_syncops.c b/source3/modules/vfs_syncops.c index 76072abc330..d5770d092cd 100644 --- a/source3/modules/vfs_syncops.c +++ b/source3/modules/vfs_syncops.c @@ -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;