1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:ntvfs/pyposix_eadb: fix initposix_eadb() prototype

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Stefan Metzmacher 2015-06-11 09:57:23 +02:00
parent d7bdb30cc1
commit 3d7ce9d411

View File

@ -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)
{