From: John Kohl Date: Sat, 3 Feb 1990 17:11:11 +0000 (+0000) Subject: fix prototypes X-Git-Tag: krb5-1.0-alpha2~1129 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f0d822c86bfc4a61e3579c088fe3a1341e022b2;p=krb5.git fix prototypes add prototypes for process_as_req and process_tgs_req git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@254 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kdc/kdc_util.h b/src/kdc/kdc_util.h index e8d77a187..3fa3899cd 100644 --- a/src/kdc/kdc_util.h +++ b/src/kdc/kdc_util.h @@ -18,7 +18,7 @@ krb5_error_code check_hot_list PROTOTYPE((krb5_ticket *)); krb5_boolean realm_compare PROTOTYPE((krb5_data *, krb5_principal)); -krb5_error_code compress_transited PROTOTYPE((krb5_data, +krb5_error_code compress_transited PROTOTYPE((krb5_data *, krb5_principal, krb5_data *)); krb5_error_code concat_authorization_data PROTOTYPE((krb5_authdata **, @@ -30,7 +30,21 @@ krb5_error_code fetch_last_req_info PROTOTYPE((krb5_db_entry *, krb5_error_code kdc_convert_key PROTOTYPE((krb5_keyblock *, krb5_keyblock *, int)); -krb5_error_code decrypt_tgs_req PROTOTYPE((krb5_tgs_req *)); +krb5_error_code decrypt_tgs_req PROTOTYPE((krb5_tgs_req *, + krb5_fulladdr *)); +krb5_error_code kdc_process_tgs_req PROTOTYPE((krb5_tgs_req *, + krb5_fulladdr *)); + +/* do_as_req.c */ +krb5_error_code process_as_req PROTOTYPE((krb5_as_req *, + krb5_fulladdr *, + krb5_data ** )); + +/* do_tgs_req.c */ +krb5_error_code process_tgs_req PROTOTYPE((krb5_tgs_req *, + krb5_fulladdr *, + krb5_data ** )); + /* which way to convert key? */ #define CONVERT_INTO_DB 0