summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-02-07 10:30:59 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-02-07 10:30:59 +0000
commite07490a3b6592878a1d5c1dc157a108005172010 (patch)
treea24df24f485d585d144e13f49a88befda4dfe78c /src/include
parent4be161afa9ee4c0fe2d29f6f8a8c0d75734d8bf6 (diff)
forgot to change krb5_tgs_req to krb5_real_tgs_req in one spot
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@294 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/asn.1/asn1defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/asn.1/asn1defs.h b/src/include/krb5/asn.1/asn1defs.h
index efad0520e..32453ea81 100644
--- a/src/include/krb5/asn.1/asn1defs.h
+++ b/src/include/krb5/asn.1/asn1defs.h
@@ -148,7 +148,7 @@ krb5_tgs_req *KRB5_TGS__REQ2krb5_tgs_req
struct type_KRB5_RealTGS__REQ *krb5_real_tgs_req2KRB5_RealTGS__REQ
PROTOTYPE((krb5_real_tgs_req *val,
int *error ));
-krb5_tgs_req *KRB5_RealTGS__REQ2krb5_real_tgs_req
+krb5_real_tgs_req *KRB5_RealTGS__REQ2krb5_real_tgs_req
PROTOTYPE((struct type_KRB5_RealTGS__REQ *val,
int *error ));
struct type_KRB5_EncTgsReqPart *krb5_tgs_req_enc_part2KRB5_EncTgsReqPart