summaryrefslogtreecommitdiff
path: root/lib/ldb/ABI/pyldb-util-1.4.7.sigs
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-07-03 12:14:03 +0200
committerStefan Metzmacher <metze@samba.org>2019-07-03 12:22:13 +0200
commit78b728570f31889f443e1ba47a6719899b5a2707 (patch)
tree4409a27281dc8c4cee69b89d7a665a0dbc273139 /lib/ldb/ABI/pyldb-util-1.4.7.sigs
parent98cef2ad0570d34afe151cc578663bfcab4bbcbf (diff)
downloadsamba-78b728570f31889f443e1ba47a6719899b5a2707.tar.gz
ldb: Release ldb 1.4.7ldb-1.4.7
Compared to 1.4.6: * LDAP_REFERRAL_SCHEME_OPAQUE was added to ldb_module.h in order to fix bug #12478. It means that Samba >= 4.9.11 is no longer able to build with ldb 1.4.6. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12478 Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/ldb/ABI/pyldb-util-1.4.7.sigs')
-rw-r--r--lib/ldb/ABI/pyldb-util-1.4.7.sigs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ldb/ABI/pyldb-util-1.4.7.sigs b/lib/ldb/ABI/pyldb-util-1.4.7.sigs
new file mode 100644
index 00000000000..74d6719d2bc
--- /dev/null
+++ b/lib/ldb/ABI/pyldb-util-1.4.7.sigs
@@ -0,0 +1,2 @@
+pyldb_Dn_FromDn: PyObject *(struct ldb_dn *)
+pyldb_Object_AsDn: bool (TALLOC_CTX *, PyObject *, struct ldb_context *, struct ldb_dn **)