s3:auth/proto.h: add _AUTH_PROTO_H_ guard (cherry picked from commit 9cc1410718ae16bd...
authorMichael Adam <obnox@samba.org>
Mon, 30 May 2011 21:57:23 +0000 (23:57 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 14 Jun 2011 18:13:43 +0000 (20:13 +0200)
Conflicts:

source3/auth/proto.h

source3/auth/proto.h

index bda64df839bfc9514e16df7bb715103d8ba20a1b..b23d827803fc593ff4b5c05863d584969083282d 100644 (file)
@@ -30,6 +30,9 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#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_ */