From f5c3742a4c1050fe6eb76f3ee8eb20fa4120b70f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:43:42 +0100 Subject: source4/ntvfs: Fix prototypes for all functions. --- source4/ntvfs/smb2/vfs_smb2.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/ntvfs/smb2') diff --git a/source4/ntvfs/smb2/vfs_smb2.c b/source4/ntvfs/smb2/vfs_smb2.c index b2c90f5908..6c78997686 100644 --- a/source4/ntvfs/smb2/vfs_smb2.c +++ b/source4/ntvfs/smb2/vfs_smb2.c @@ -41,6 +41,8 @@ #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" +NTSTATUS ntvfs_smb2_init(void); + struct cvfs_file { struct cvfs_file *prev, *next; uint16_t fnum; -- cgit