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:
parent
d7bdb30cc1
commit
3d7ce9d411
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user