pytalloc: Use consistent prefix for functions, add ABI file.
[ira/wip.git] / source4 / librpc / ndr / py_xattr.c
index 19c5f266728c198d2ee61f57d564223bdae0f779..5a61c734a52f92a12db0e0e2e51bb6bbfb3f912a 100644 (file)
@@ -63,7 +63,7 @@ static void ntacl_print_debug_helper(struct ndr_print *ndr, const char *format,
 
 static PyObject *py_ntacl_print(PyObject *self, PyObject *args)
 {
-       struct xattr_NTACL *ntacl = py_talloc_get_ptr(self);
+       struct xattr_NTACL *ntacl = pytalloc_get_ptr(self);
        struct ndr_print *pr;
        TALLOC_CTX *mem_ctx;