summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1989-12-28 16:48:07 +0000
committerJohn Kohl <jtkohl@mit.edu>1989-12-28 16:48:07 +0000
commit47c25b919171eaefe9330a66828c1219b73cc819 (patch)
treef1c908272002752b50bfc9f1d6d596aa128691b7 /src/include
parent0afbd6088f9136c5aeb9d94099a5ef907f0a0b40 (diff)
downloadkrb5-47c25b919171eaefe9330a66828c1219b73cc819.tar.gz
krb5-47c25b919171eaefe9330a66828c1219b73cc819.tar.xz
krb5-47c25b919171eaefe9330a66828c1219b73cc819.zip
change names to KRB5_..
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@61 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/proto.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/krb5/proto.h b/src/include/krb5/proto.h
index 8810efd21..065aba289 100644
--- a/src/include/krb5/proto.h
+++ b/src/include/krb5/proto.h
@@ -21,13 +21,13 @@
/* Message types */
-#define KRB_AS_REQ 2 /* Req for initial authentication */
-#define KRB_AS_REP 4 /* Response to KRB_AS_REQ request */
-#define KRB_AP_REQ 6 /* application request to server */
-#define KRB_AP_REP 10 /* Response to KRB_AP_REQ_MUTUAL */
-#define KRB_PRIV 12 /* Private application message */
-#define KRB_SAFE 14 /* Safe application message */
-#define KRB_TGS_REP 16 /* Response to KRB_TGS_REQ request */
-#define KRB_ERROR 32 /* Error response */
+#define KRB5_AS_REQ 2 /* Req for initial authentication */
+#define KRB5_AS_REP 4 /* Response to KRB_AS_REQ request */
+#define KRB5_AP_REQ 6 /* application request to server */
+#define KRB5_AP_REP 10 /* Response to KRB_AP_REQ_MUTUAL */
+#define KRB5_PRIV 12 /* Private application message */
+#define KRB5_SAFE 14 /* Safe application message */
+#define KRB5_TGS_REP 16 /* Response to KRB_TGS_REQ request */
+#define KRB5_ERROR 32 /* Error response */
#endif /* __KRB5_PROTO__ */