From 447f0d356b4cef3e8501923d040146e782022d44 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 31 May 2011 00:19:22 +0200 Subject: s3:groupdb/proto.h: add _GROUPDB_PROTO_H_ guard --- source3/groupdb/proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/groupdb') diff --git a/source3/groupdb/proto.h b/source3/groupdb/proto.h index bc27d13558..db07d4d64f 100644 --- a/source3/groupdb/proto.h +++ b/source3/groupdb/proto.h @@ -21,6 +21,9 @@ * along with this program; if not, see . */ +#ifndef _GROUPDB_PROTO_H_ +#define _GROUPDB_PROTO_H_ + /* The following definitions come from groupdb/mapping.c */ NTSTATUS add_initial_entry(gid_t gid, const char *sid, enum lsa_SidType sid_name_use, const char *nt_name, const char *comment); @@ -95,3 +98,5 @@ NTSTATUS pdb_create_builtin_alias(uint32 rid); /* The following definitions come from groupdb/mapping_tdb.c */ const struct mapping_backend *groupdb_tdb_init(void); + +#endif /* _GROUPDB_PROTO_H_ */ -- cgit