summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_util.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-04-22 13:28:14 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-04-22 13:28:14 +0000
commit3553113e62314f17c311fc3702cf119666be74d8 (patch)
tree3b45b6417e61276d5db561591859d792a4b685c4 /src/kdc/kdc_util.h
parent985dc41d876743ca86a9703ea189121d80c3b3be (diff)
downloadkrb5-3553113e62314f17c311fc3702cf119666be74d8.tar.gz
krb5-3553113e62314f17c311fc3702cf119666be74d8.tar.xz
krb5-3553113e62314f17c311fc3702cf119666be74d8.zip
changes to make authenticator visible to caller
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2023 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/kdc_util.h')
-rw-r--r--src/kdc/kdc_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdc/kdc_util.h b/src/kdc/kdc_util.h
index e710b1017f..9c2cc6bbb2 100644
--- a/src/kdc/kdc_util.h
+++ b/src/kdc/kdc_util.h
@@ -37,7 +37,7 @@ krb5_error_code kdc_convert_key PROTOTYPE((krb5_keyblock *,
int));
krb5_error_code kdc_process_tgs_req PROTOTYPE((krb5_kdc_req *,
const krb5_fulladdr *,
- krb5_ticket **));
+ krb5_tkt_authent **));
/* do_as_req.c */
krb5_error_code process_as_req PROTOTYPE((krb5_kdc_req *,