diff options
-rw-r--r-- | lib/talloc/ABI/pytalloc-util-2.0.6.sigs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/talloc/ABI/pytalloc-util-2.0.6.sigs b/lib/talloc/ABI/pytalloc-util-2.0.6.sigs index 5f446ce7ac..961c1a84d0 100644 --- a/lib/talloc/ABI/pytalloc-util-2.0.6.sigs +++ b/lib/talloc/ABI/pytalloc-util-2.0.6.sigs @@ -1,4 +1,5 @@ pytalloc_CObject_FromTallocPtr: PyObject *(void *) +pytalloc_Check: int (PyObject *) pytalloc_GetObjectType: PyTypeObject *(void) pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *) pytalloc_steal: PyObject *(PyTypeObject *, void *) |