summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/krb5/func-proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h
index 0cd95aa3f..9ef45818f 100644
--- a/src/include/krb5/func-proto.h
+++ b/src/include/krb5/func-proto.h
@@ -49,9 +49,10 @@ krb5_error_code krb5_send_tgs
PROTOTYPE((krb5_flags,
krb5_ticket_times *,
krb5_enctype,
+ krb5_cksumtype,
krb5_principal,
krb5_address **,
- krb5_data *,
+ krb5_authdata **,
krb5_data *,
krb5_creds *,
krb5_response * ));