diff options
| author | Jule Anger <janger@samba.org> | 2025-02-06 11:16:38 +0100 |
|---|---|---|
| committer | Jule Anger <janger@samba.org> | 2025-02-06 11:24:42 +0000 |
| commit | 77229f73c20af69ab0f3c96efbb229ff64a9dfe4 (patch) | |
| tree | c7c7d60ef3c0722db4883d2a28909f8e5e8ee449 /lib/talloc/ABI/pytalloc-util-2.4.3.sigs | |
| parent | 70a8c7a89a6d62d2ff172d79b5f4e6439300b88d (diff) | |
| download | samba-talloc-2.4.3.tar.gz samba-talloc-2.4.3.tar.bz2 samba-talloc-2.4.3.zip | |
talloc: version 2.4.3talloc-2.4.3
* Testsuite and documenation fixes
* Add LGPLv3 LICENSE file
Signed-off-by: Jule Anger <janger@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/talloc/ABI/pytalloc-util-2.4.3.sigs')
| -rw-r--r-- | lib/talloc/ABI/pytalloc-util-2.4.3.sigs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/talloc/ABI/pytalloc-util-2.4.3.sigs b/lib/talloc/ABI/pytalloc-util-2.4.3.sigs new file mode 100644 index 00000000000..6056577960d --- /dev/null +++ b/lib/talloc/ABI/pytalloc-util-2.4.3.sigs @@ -0,0 +1,16 @@ +_pytalloc_check_type: int (PyObject *, const char *) +_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *) +_pytalloc_get_name: const char *(PyObject *) +_pytalloc_get_ptr: void *(PyObject *) +_pytalloc_get_type: void *(PyObject *, const char *) +pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *) +pytalloc_BaseObject_check: int (PyObject *) +pytalloc_BaseObject_size: size_t (void) +pytalloc_Check: int (PyObject *) +pytalloc_GenericObject_reference_ex: PyObject *(TALLOC_CTX *, void *) +pytalloc_GenericObject_steal_ex: PyObject *(TALLOC_CTX *, void *) +pytalloc_GetBaseObjectType: PyTypeObject *(void) +pytalloc_GetObjectType: PyTypeObject *(void) +pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *) +pytalloc_steal: PyObject *(PyTypeObject *, void *) +pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *) |
