diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-07 17:17:18 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-07 17:17:18 +0200 |
commit | 3bcb8710fdb502028e61ab12ae847cb9a7364ae9 (patch) | |
tree | 2ba2f72f19e547776dfff9c52f31b5168a38380e /lib/ldb/ABI | |
parent | fdff105854c52c334af2845a55f0473dcad5c55f (diff) | |
download | samba-3bcb8710fdb502028e61ab12ae847cb9a7364ae9.tar.gz samba-3bcb8710fdb502028e61ab12ae847cb9a7364ae9.tar.bz2 samba-3bcb8710fdb502028e61ab12ae847cb9a7364ae9.zip |
pyldb: Generate ABI file.
Diffstat (limited to 'lib/ldb/ABI')
-rw-r--r-- | lib/ldb/ABI/pyldb-util-1.1.2.sigs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ldb/ABI/pyldb-util-1.1.2.sigs b/lib/ldb/ABI/pyldb-util-1.1.2.sigs new file mode 100644 index 0000000000..74d6719d2b --- /dev/null +++ b/lib/ldb/ABI/pyldb-util-1.1.2.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 **) |