From 7d40c88695173e93606546e895731f66b87381d2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 30 May 2011 23:42:02 +0200 Subject: [PATCH] s3:passdb/proto.h: add _PASSDB_PROTO_H_ guard --- source3/passdb/proto.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/passdb/proto.h b/source3/passdb/proto.h index 17882a99d8b..8b95b729597 100644 --- a/source3/passdb/proto.h +++ b/source3/passdb/proto.h @@ -34,6 +34,8 @@ * along with this program; if not, see . */ +#ifndef _PASSDB_PROTO_H_ +#define _PASSDB_PROTO_H_ /* The following definitions come from passdb/account_pol.c */ @@ -336,3 +338,5 @@ NTSTATUS pdb_tdbsam_init(void); NTSTATUS create_builtin_users(const struct dom_sid *sid); NTSTATUS create_builtin_administrators(const struct dom_sid *sid); + +#endif /* _PASSDB_PROTO_H_ */ -- 2.11.4.GIT