summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-17 02:45:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:19 -0500
commitab1e121b76a953f89592df8ec471603715b57dfc (patch)
tree427a34a97db4c7b58e9131da14f29b82f0082507 /source4/libcli/ldap/ldap.h
parent2068037ba910a323ddd2aa7261dfe757e3f9821f (diff)
downloadsamba-ab1e121b76a953f89592df8ec471603715b57dfc.tar.gz
samba-ab1e121b76a953f89592df8ec471603715b57dfc.tar.bz2
samba-ab1e121b76a953f89592df8ec471603715b57dfc.zip
r7665: - added a ildap_*() interface to our internal ldap library. This
interface is very similar to the traditional ldap interface, and will be used as part of a ldb backend based on the current ldb_ldap backend - fixed some allocation issues in ldb_msg.c (This used to be commit b34a29dcf26f68a2f47380a6c74a4095fdfd2fbe)
Diffstat (limited to 'source4/libcli/ldap/ldap.h')
-rw-r--r--source4/libcli/ldap/ldap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/ldap/ldap.h b/source4/libcli/ldap/ldap.h
index 072070f723..4f2dbc0787 100644
--- a/source4/libcli/ldap/ldap.h
+++ b/source4/libcli/ldap/ldap.h
@@ -217,6 +217,7 @@ struct ldap_ExtendedResponse {
};
union ldap_Request {
+ struct ldap_Result GeneralResult;
struct ldap_BindRequest BindRequest;
struct ldap_BindResponse BindResponse;
struct ldap_UnbindRequest UnbindRequest;