diff src/lib-ntlm/ntlm-types.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents f8d37e26a2b3
children
line wrap: on
line diff
--- a/src/lib-ntlm/ntlm-types.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/lib-ntlm/ntlm-types.h	Sun Sep 16 11:31:27 2007 +0300
@@ -6,8 +6,8 @@
  * This software is released under the MIT license.
  */
 
-#ifndef __NTLM_TYPES_H__
-#define __NTLM_TYPES_H__
+#ifndef NTLM_TYPES_H
+#define NTLM_TYPES_H
 
 #define NTLMSSP_MAGIC			0x005053534d4c544eULL
 
@@ -127,4 +127,4 @@
 	/* Target Information Block */
 };
 
-#endif	/* __NTLM_TYPES_H__ */
+#endif