From eb5db22771d1c700f881f879b98ae08c69d2203b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 31 May 2011 00:34:17 +0200 Subject: s3:libads/ads_proto.h: add _LIBADS_ADS_PROTO_H_ guard --- source3/libads/ads_proto.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source3/libads/ads_proto.h b/source3/libads/ads_proto.h index 12cbb68e77..324fa2a9cc 100644 --- a/source3/libads/ads_proto.h +++ b/source3/libads/ads_proto.h @@ -29,6 +29,9 @@ * along with this program. If not, see . */ +#ifndef _LIBADS_ADS_PROTO_H_ +#define _LIBADS_ADS_PROTO_H_ + /* The following definitions come from libads/ads_struct.c */ char *ads_build_path(const char *realm, const char *sep, const char *field, int reverse); @@ -183,3 +186,5 @@ ADS_STATUS ads_setup_sasl_wrapping(ADS_STRUCT *ads, /* The following definitions come from libads/util.c */ ADS_STATUS ads_change_trust_account_password(ADS_STRUCT *ads, char *host_principal); + +#endif /* _LIBADS_ADS_PROTO_H_ */ -- cgit