summaryrefslogtreecommitdiff
path: root/source3/include/ads.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-24 11:56:08 +0100
committerGünther Deschner <gd@samba.org>2011-03-16 10:54:50 +0100
commitfad0112373a9411c2a16eae03239aa0774a5e253 (patch)
treef0006537edaaf725d5cae27eac432221587b6f35 /source3/include/ads.h
parentd19ea55e9e48ccb1ca63bfc0ec97f0ba7b26f7fd (diff)
downloadsamba-fad0112373a9411c2a16eae03239aa0774a5e253.tar.gz
samba-fad0112373a9411c2a16eae03239aa0774a5e253.tar.bz2
samba-fad0112373a9411c2a16eae03239aa0774a5e253.zip
s3-build: stop including ldap and lber headers everywhere in the code.
Instead use new header smb_ldap.h where all LDAP API related things are handled, while smbldap.h only deals with our smbldap_X() API. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 16 10:54:51 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r--source3/include/ads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h
index 6ef5455766..ee6e5b8649 100644
--- a/source3/include/ads.h
+++ b/source3/include/ads.h
@@ -6,6 +6,8 @@
basically this is a wrapper around ldap
*/
+#include "smb_ldap.h"
+
struct ads_struct;
struct ads_saslwrap_ops {