]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Added include guards...
authorJeremy Allison <jra@samba.org>
Fri, 3 Aug 2001 17:28:18 +0000 (17:28 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 3 Aug 2001 17:28:18 +0000 (17:28 +0000)
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.

source/include/auth.h

index b81f80eca52d9452128bd3c4623cc797c0f278dd..2c761f57a1ca5060a054f45f4856f8a46c8beb24 100644 (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_ */