From 194b254e2635fc954d7bd12cf14c67d13b855355 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 30 May 2011 23:57:23 +0200 Subject: [PATCH] s3:auth/proto.h: add _AUTH_PROTO_H_ guard (cherry picked from commit 9cc1410718ae16bd30a7aa24878901dd70c19f75) Conflicts: source3/auth/proto.h (cherry picked from commit 9737915cc21bcd1c4b84e9688efb0959cd0876ec) --- source3/auth/proto.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source3/auth/proto.h b/source3/auth/proto.h index bda64df839b..b23d827803f 100644 --- a/source3/auth/proto.h +++ b/source3/auth/proto.h @@ -30,6 +30,9 @@ * along with this program. If not, see . */ +#ifndef _AUTH_PROTO_H_ +#define _AUTH_PROTO_H_ + /* The following definitions come from auth/auth.c */ NTSTATUS smb_register_auth(int version, const char *name, auth_init_function init); @@ -297,3 +300,5 @@ NTSTATUS make_server_info_krb5(TALLOC_CTX *mem_ctx, struct PAC_LOGON_INFO *logon_info, bool mapped_to_guest, struct auth_serversupplied_info **server_info); + +#endif /* _AUTH_PROTO_H_ */ -- 2.11.4.GIT