source4/ntvfs/posix: Fix prototypes for all functions.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 18 Mar 2011 23:43:05 +0000 (00:43 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 19 Mar 2011 02:20:04 +0000 (03:20 +0100)
source4/ntvfs/posix/pvfs_acl_nfs4.c
source4/ntvfs/posix/pvfs_acl_xattr.c
source4/ntvfs/posix/python/pyxattr_native.c
source4/ntvfs/posix/python/pyxattr_tdb.c

index ea620ba4af835dec73f5b8b225ce352b8fa9331d..bb88cbc051ed2d4cc796cc33da29f5b1f57c3e73 100644 (file)
@@ -26,6 +26,8 @@
 #include "librpc/gen_ndr/ndr_nfs4acl.h"
 #include "libcli/security/security.h"
 
+NTSTATUS pvfs_acl_nfs4_init(void);
+
 #define ACE4_IDENTIFIER_GROUP 0x40
 
 /*
index dbeee829ed0dcd21ccc0719686f64453b2ea0a68..d9cceef1bc30c3e3660132db7035083fafc2d9fc 100644 (file)
@@ -24,6 +24,8 @@
 #include "../lib/util/unix_privs.h"
 #include "librpc/gen_ndr/ndr_xattr.h"
 
+NTSTATUS pvfs_acl_xattr_init(void);
+
 /*
   load the current ACL from extended attributes
 */
index 7dcb5dd37a109165ac89a96e0b051989aa287554..caec115c053410ae1ae964ac43e56363f14afc5b 100644 (file)
@@ -23,6 +23,8 @@
 #include "librpc/ndr/libndr.h"
 #include "lib/util/wrap_xattr.h"
 
+void initxattr_native(void);
+
 static PyObject *py_is_xattr_supported(PyObject *self)
 {
 #if !defined(HAVE_XATTR_SUPPORT)
index 195c8db967e2fb8b08dffdf10a7452ae3f76d815..5e72ac9dde52a539315a32732d34441c64376afd 100644 (file)
@@ -27,6 +27,8 @@
 #include "ntvfs/posix/vfs_posix.h"
 #include "libcli/util/pyerrors.h"
 
+void initxattr_tdb(void);
+
 static PyObject *py_is_xattr_supported(PyObject *self)
 {
        return Py_True;