pytalloc: Use consistent prefix for functions, add ABI file.
[ira/wip.git] / source4 / auth / credentials / pycredentials.h
index 451ade6ee96dd982e84f6f3897109cccef506ae1..3a110fb09a54132799944f843db1cb1aef8c73b6 100644 (file)
@@ -30,7 +30,7 @@ typedef struct {
        struct ccache_container *ccc;
 } PyCredentialCacheContainerObject;
 #define PyCredentials_Check(py_obj) PyObject_TypeCheck(py_obj, &PyCredentials)
-#define PyCredentials_AsCliCredentials(py_obj) py_talloc_get_type(py_obj, struct cli_credentials)
+#define PyCredentials_AsCliCredentials(py_obj) pytalloc_get_type(py_obj, struct cli_credentials)
 #define cli_credentials_from_py_object(py_obj) (py_obj == Py_None)?cli_credentials_init_anon(NULL):PyCredentials_AsCliCredentials(py_obj)
 
 #endif /*  _PYCREDENTIALS_H_ */