summaryrefslogtreecommitdiffstats
path: root/src/kdc/kdc_util.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-02-03 17:11:11 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-02-03 17:11:11 +0000
commit0f0d822c86bfc4a61e3579c088fe3a1341e022b2 (patch)
tree3993ba491393a2d5f0cb16877dbde9265aca6a60 /src/kdc/kdc_util.h
parent0ca1b53dc0a904f611bd8441677f803fe5bc9229 (diff)
downloadkrb5-0f0d822c86bfc4a61e3579c088fe3a1341e022b2.tar.gz
krb5-0f0d822c86bfc4a61e3579c088fe3a1341e022b2.tar.xz
krb5-0f0d822c86bfc4a61e3579c088fe3a1341e022b2.zip
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
Diffstat (limited to 'src/kdc/kdc_util.h')
-rw-r--r--src/kdc/kdc_util.h18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/kdc/kdc_util.h b/src/kdc/kdc_util.h
index e8d77a187d..3fa3899cdd 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