summaryrefslogtreecommitdiff
path: root/lib/ldb/ABI/pyldb-util-1.1.6.sigs
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2012-04-17 14:01:08 +1000
committerAndrew Tridgell <tridge@samba.org>2012-04-18 07:48:05 +0200
commit9deb650fa2b93338ca91ccc96a940d670d29cbee (patch)
treeb71a5b514e489f5484390c02a1ea39a38222503f /lib/ldb/ABI/pyldb-util-1.1.6.sigs
parent010f2b89e20e13f4687700fd731fedfafb7c62eb (diff)
downloadsamba-9deb650fa2b93338ca91ccc96a940d670d29cbee.tar.gz
samba-9deb650fa2b93338ca91ccc96a940d670d29cbee.tar.bz2
samba-9deb650fa2b93338ca91ccc96a940d670d29cbee.zip
ldb: added ldb_msg_element_equal_ordered()
this gives us a order sensitive msg element comparison. We need this to allow dbcheck to fix the order of objectClass attributes.
Diffstat (limited to 'lib/ldb/ABI/pyldb-util-1.1.6.sigs')
-rw-r--r--lib/ldb/ABI/pyldb-util-1.1.6.sigs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ldb/ABI/pyldb-util-1.1.6.sigs b/lib/ldb/ABI/pyldb-util-1.1.6.sigs
new file mode 100644
index 0000000000..74d6719d2b
--- /dev/null
+++ b/lib/ldb/ABI/pyldb-util-1.1.6.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 **)