1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

s3-vfs: Make glfs_set_preopened() static.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andreas Schneider 2013-11-15 17:02:19 +01:00 committed by Jeremy Allison
parent 9e7e83e9d0
commit 4deb00a60f

View File

@ -145,7 +145,7 @@ static struct glfs_preopened {
} *glfs_preopened;
int glfs_set_preopened(const char *volume, glfs_t *fs)
static int glfs_set_preopened(const char *volume, glfs_t *fs)
{
struct glfs_preopened *entry = NULL;