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/nbench/vfs_nbench.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/ntvfs/nbench') diff --git a/source4/ntvfs/nbench/vfs_nbench.c b/source4/ntvfs/nbench/vfs_nbench.c index 72873a19c2..35cd86f34d 100644 --- a/source4/ntvfs/nbench/vfs_nbench.c +++ b/source4/ntvfs/nbench/vfs_nbench.c @@ -27,6 +27,8 @@ #include "ntvfs/ntvfs.h" #include "system/filesys.h" +NTSTATUS ntvfs_nbench_init(void); + /* this is stored in ntvfs_private */ struct nbench_private { int log_fd; -- cgit