From 3235f44ac48e6945446329d57f3ecd0d10fa47e1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 27 Sep 2010 02:32:50 +0200 Subject: s3: Make file_fnum static --- source3/smbd/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/files.c b/source3/smbd/files.c index 733cdce1d7..d1b5fb1146 100644 --- a/source3/smbd/files.c +++ b/source3/smbd/files.c @@ -484,7 +484,7 @@ void file_free(struct smb_request *req, files_struct *fsp) Get an fsp from a 16 bit fnum. ****************************************************************************/ -files_struct *file_fnum(uint16 fnum) +static struct files_struct *file_fnum(uint16 fnum) { files_struct *fsp; int count=0; -- cgit