From 2e6f8f7bdadd4b6e8b8c9ff2adf3dc1275c50430 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 31 May 2011 00:13:15 +0200 Subject: s3:smbd/proto.h: add _SMBD_PROTO_H_ guard --- source3/smbd/proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 06ecf696c6..486ff33598 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -43,6 +43,9 @@ * along with this program. If not, see . */ +#ifndef _SMBD_PROTO_H_ +#define _SMBD_PROTO_H_ + /* The following definitions come from smbd/signing.c */ struct smbd_server_connection; @@ -1177,3 +1180,5 @@ void *avahi_start_register(TALLOC_CTX *mem_ctx, struct tevent_context *ev, /* The following definitions come from smbd/msg_idmap.c */ void msg_idmap_register_msgs(struct messaging_context *ctx); + +#endif /* _SMBD_PROTO_H_ */ -- cgit