summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/krb5/proto.h')
-rw-r--r--src/include/krb5/proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/krb5/proto.h b/src/include/krb5/proto.h
index dcc907e11..d13214cdb 100644
--- a/src/include/krb5/proto.h
+++ b/src/include/krb5/proto.h
@@ -13,8 +13,8 @@
#include <krb5/copyright.h>
-#ifndef __KRB5_PROTO__
-#define __KRB5_PROTO__
+#ifndef KRB5_PROTO__
+#define KRB5_PROTO__
/* Protocol version number */
#define KRB5_PVNO 5
@@ -31,4 +31,4 @@
#define KRB5_TGS_REP ((krb5_msgtype)16) /* Response to KRB_TGS_REQ req */
#define KRB5_ERROR ((krb5_msgtype)32) /* Error response */
-#endif /* __KRB5_PROTO__ */
+#endif /* KRB5_PROTO__ */