summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-06-11 09:57:23 +0200
committerStefan Metzmacher <metze@samba.org>2015-06-12 17:08:19 +0200
commit3d7ce9d411d720c975f868386498da3db4f07d53 (patch)
tree4ca04c7049a8e6cdc939814e340d00d92d6cbcc1
parentd7bdb30cc1731dc84831e323332a85be2bccf6a7 (diff)
downloadsamba-3d7ce9d411d720c975f868386498da3db4f07d53.tar.gz
s4:ntvfs/pyposix_eadb: fix initposix_eadb() prototype
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
-rw-r--r--source4/ntvfs/posix/python/pyposix_eadb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/python/pyposix_eadb.c b/source4/ntvfs/posix/python/pyposix_eadb.c
index 0c529531eb7..ecc2d8a55d5 100644
--- a/source4/ntvfs/posix/python/pyposix_eadb.c
+++ b/source4/ntvfs/posix/python/pyposix_eadb.c
@@ -28,7 +28,7 @@
#include "libcli/util/pyerrors.h"
#include "param/pyparam.h"
-void initxattr_tdb(void);
+void initposix_eadb(void);
static PyObject *py_is_xattr_supported(PyObject *self)
{