summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-08-03 17:28:18 +0000
committerJeremy Allison <jra@samba.org>2001-08-03 17:28:18 +0000
commit5b33eaeddec687da18720ac55e92d7b1c493b75c (patch)
treeaaa6b6eb695ff50d6c39fe281bb012b5469a4333 /source3/include/auth.h
parent384b522c9235ab538c23b64bdf9b3d57e4b15b53 (diff)
downloadsamba-5b33eaeddec687da18720ac55e92d7b1c493b75c.tar.gz
samba-5b33eaeddec687da18720ac55e92d7b1c493b75c.tar.bz2
samba-5b33eaeddec687da18720ac55e92d7b1c493b75c.zip
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)
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h3
1 files changed, 3 insertions, 0 deletions
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_ */