From 94bebb96c54011b6e00256309cbf0a5b9e6688d5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 15 Sep 2011 17:05:11 +0200 Subject: talloc: change version to 2.0.7 The version change is needed because the ABI file of the pytalloc code was fixed. metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Thu Sep 15 22:32:59 CEST 2011 on sn-devel-104 --- lib/talloc/ABI/pytalloc-util-2.0.7.sigs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/talloc/ABI/pytalloc-util-2.0.7.sigs (limited to 'lib/talloc/ABI/pytalloc-util-2.0.7.sigs') diff --git a/lib/talloc/ABI/pytalloc-util-2.0.7.sigs b/lib/talloc/ABI/pytalloc-util-2.0.7.sigs new file mode 100644 index 0000000000..961c1a84d0 --- /dev/null +++ b/lib/talloc/ABI/pytalloc-util-2.0.7.sigs @@ -0,0 +1,6 @@ +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 *) +pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *) -- cgit