From 5b33eaeddec687da18720ac55e92d7b1c493b75c Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 3 Aug 2001 17:28:18 +0000 Subject: Added include guards... We may need to rename this file smbauth.h, as auth.h is so generic it will probably conflict with system header files on some systems. Jeremy. (This used to be commit dd4a6edd497053f4e393216884d356975efef799) --- source3/include/auth.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/auth.h') diff --git a/source3/include/auth.h b/source3/include/auth.h index b81f80eca5..2c761f57a1 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -1,3 +1,5 @@ +#ifndef _SMBAUTH_H_ +#define _SMBAUTH_H_ /* Unix SMB/Netbios implementation. Version 2.2 @@ -93,3 +95,4 @@ typedef struct serversupplied_info } auth_serversupplied_info; +#endif /* _SMBAUTH_H_ */ -- cgit