summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_ldap/ldb_ldap.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-02-28 04:38:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:09 -0500
commite1380d63a0d85120ebf25d228b1bf6f8c6604d99 (patch)
tree784433eb6b865735aa78973e4db26eb601dcab56 /source4/lib/ldb/ldb_ldap/ldb_ldap.h
parentaf99fe6b011b70a1770ab9b70fd7e0cac20b1ac0 (diff)
downloadsamba-e1380d63a0d85120ebf25d228b1bf6f8c6604d99.tar.gz
samba-e1380d63a0d85120ebf25d228b1bf6f8c6604d99.tar.bz2
samba-e1380d63a0d85120ebf25d228b1bf6f8c6604d99.zip
r13744: Make ldb_ldap async
(This used to be commit ec833b409c1fff4ab908fe194579e701d2e950b0)
Diffstat (limited to 'source4/lib/ldb/ldb_ldap/ldb_ldap.h')
-rw-r--r--source4/lib/ldb/ldb_ldap/ldb_ldap.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/lib/ldb/ldb_ldap/ldb_ldap.h b/source4/lib/ldb/ldb_ldap/ldb_ldap.h
deleted file mode 100644
index ba68283abd..0000000000
--- a/source4/lib/ldb/ldb_ldap/ldb_ldap.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <ldap.h>
-
-struct lldb_private {
- char **options;
- const char *basedn;
- LDAP *ldap;
- int last_rc;
-};