summaryrefslogtreecommitdiff
path: root/source4/ntvfs/unixuid
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 00:43:42 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 03:20:05 +0100
commitf5c3742a4c1050fe6eb76f3ee8eb20fa4120b70f (patch)
tree35da78f7cfd1cf41e32fe13637cc1e4325a4d429 /source4/ntvfs/unixuid
parentd415a7f788c64eac0cab4ca80b29cc24ccc07e96 (diff)
downloadsamba-f5c3742a4c1050fe6eb76f3ee8eb20fa4120b70f.tar.gz
samba-f5c3742a4c1050fe6eb76f3ee8eb20fa4120b70f.tar.bz2
samba-f5c3742a4c1050fe6eb76f3ee8eb20fa4120b70f.zip
source4/ntvfs: Fix prototypes for all functions.
Diffstat (limited to 'source4/ntvfs/unixuid')
-rw-r--r--source4/ntvfs/unixuid/vfs_unixuid.c2
1 files changed, 2 insertions, 0 deletions
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;