mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
pytalloc: Expose PyTalloc_GetObjectType
This commit is contained in:
@ -32,6 +32,7 @@ typedef struct {
|
||||
/* Deallocate a py_talloc_Object */
|
||||
void py_talloc_dealloc(PyObject* self);
|
||||
|
||||
PyTypeObject *PyTalloc_GetObjectType(void);
|
||||
int PyTalloc_Check(PyObject *);
|
||||
|
||||
/* Retrieve the pointer for a py_talloc_object. Like talloc_get_type()
|
||||
|
Reference in New Issue
Block a user