summaryrefslogtreecommitdiffstats
path: root/source/include/ads.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-08-31 16:26:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:39:44 -0500
commit5ae3564d6844f44a6943b2028917bd457371af1e (patch)
treed4cdd38160f8ba3f5e65a6fea548a92074f6b00a /source/include/ads.h
parent69a7a83b103adb1494c15a96318aa34ebd354749 (diff)
downloadsamba-5ae3564d6844f44a6943b2028917bd457371af1e.tar.gz
samba-5ae3564d6844f44a6943b2028917bd457371af1e.tar.xz
samba-5ae3564d6844f44a6943b2028917bd457371af1e.zip
r17970: Add missing include-guards around ads.h and ads_cldap.h.
Remove all reference to "Default-First-Site-Name" and treat it like any other site. Jeremy.
Diffstat (limited to 'source/include/ads.h')
-rw-r--r--source/include/ads.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/ads.h b/source/include/ads.h
index f200df5d22d..f70c5a6f12a 100644
--- a/source/include/ads.h
+++ b/source/include/ads.h
@@ -1,3 +1,5 @@
+#ifndef _INCLUDE_ADS_H_
+#define _INCLUDE_ADS_H_
/*
header for ads (active directory) library routines
@@ -312,3 +314,4 @@ typedef struct {
int val;
int critical;
} ads_control;
+#endif