From 59e45a979ca49b485bc5a88d79d1ce83b80d5bee Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Feb 2011 23:04:40 +0100 Subject: s3-vfs: make syncops_connect in modules/vfs_syncops.c static. Guenther --- source3/modules/vfs_syncops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/modules') diff --git a/source3/modules/vfs_syncops.c b/source3/modules/vfs_syncops.c index 76072abc33..d5770d092c 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; -- cgit