1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

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)
This commit is contained in:
Jeremy Allison 2001-08-03 17:28:18 +00:00
parent 384b522c92
commit 5b33eaedde

View File

@ -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_ */