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/unixuid/vfs_unixuid.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/ntvfs/unixuid') diff --git a/source4/ntvfs/unixuid/vfs_unixuid.c b/source4/ntvfs/unixuid/vfs_unixuid.c index c37b46e627..a8a4a98dd0 100644 --- a/source4/ntvfs/unixuid/vfs_unixuid.c +++ b/source4/ntvfs/unixuid/vfs_unixuid.c @@ -39,6 +39,8 @@ #endif +NTSTATUS ntvfs_unixuid_init(void); + struct unixuid_private { struct wbc_context *wbc_ctx; struct unix_sec_ctx *last_sec_ctx; -- cgit