s3:libgpo/gpo_proto.h: add _LIBGPO_GPO_PROTO_H_ guard (cherry picked from commit...
authorMichael Adam <obnox@samba.org>
Mon, 30 May 2011 22:45:57 +0000 (00:45 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 14 Jun 2011 18:14:09 +0000 (20:14 +0200)
source3/libgpo/gpo_proto.h

index 504704ec1f02cba4624daffb3f4e3fd611f1cb1e..fa2f87338d2d2eee327549f81a929d2ad0f58b47 100644 (file)
@@ -18,6 +18,9 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _LIBGPO_GPO_PROTO_H_
+#define _LIBGPO_GPO_PROTO_H_
+
 /* The following definitions come from libgpo/gpo_filesync.c  */
 
 NTSTATUS gpo_copy_file(TALLOC_CTX *mem_ctx,
@@ -94,3 +97,5 @@ WERROR reg_apply_registry_entry(TALLOC_CTX *mem_ctx,
                                struct gp_registry_entry *entry,
                                const struct security_token *token,
                                uint32_t flags);
+
+#endif /* _LIBGPO_GPO_PROTO_H_ */