From b88d80a97572a9d7730830f09b25a7d6dc655653 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 31 May 2011 00:25:05 +0200 Subject: [PATCH] s3:winbindd/idmap_proto.h: add _WINBINDD_IDMAP_PROTO_H_ guard --- source3/winbindd/idmap_proto.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/winbindd/idmap_proto.h b/source3/winbindd/idmap_proto.h index 73f05009b93..4fa9ed1a268 100644 --- a/source3/winbindd/idmap_proto.h +++ b/source3/winbindd/idmap_proto.h @@ -22,6 +22,8 @@ * along with this program. If not, see . */ +#ifndef _WINBINDD_IDMAP_PROTO_H_ +#define _WINBINDD_IDMAP_PROTO_H_ /* The following definitions come from winbindd/idmap.c */ @@ -56,3 +58,5 @@ NTSTATUS idmap_gid_to_sid(const char *domname, struct dom_sid *sid, gid_t gid); NTSTATUS idmap_sid_to_uid(const char *dom_name, struct dom_sid *sid, uid_t *uid); NTSTATUS idmap_sid_to_gid(const char *domname, struct dom_sid *sid, gid_t *gid); bool idmap_unix_id_is_in_range(uint32_t id, struct idmap_domain *dom); + +#endif /* _WINBINDD_IDMAP_PROTO_H_ */ -- 2.11.4.GIT