summaryrefslogtreecommitdiffstats
path: root/src/include/krb5
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-06 13:26:38 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-06 13:26:38 +0000
commit82649eef140ffa18a2584fa28a388a79f9fe16f4 (patch)
tree5f9a1b34e9aa084b745754c2cac7c8b664fa17cb /src/include/krb5
parenta666811be68446c8aa21bf4d1385116633851752 (diff)
downloadkrb5-82649eef140ffa18a2584fa28a388a79f9fe16f4.tar.gz
krb5-82649eef140ffa18a2584fa28a388a79f9fe16f4.tar.xz
krb5-82649eef140ffa18a2584fa28a388a79f9fe16f4.zip
fix prototype (extra needed args, type of args)
to krb5_send_tgs git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@464 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5')
-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 * ));