summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_syncops.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/vfs_syncops.c')
-rw-r--r--source3/modules/vfs_syncops.c4
1 files changed, 2 insertions, 2 deletions
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;