summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-19 10:45:21 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-19 10:45:21 +0000
commitf7dd50e190e3363adc1cdad4ffef1bb5b35d5816 (patch)
tree5f77f7479a1a37ec28af0ea9ad5abb02559d022a /src/include
parent00dcecdd654918c977ee3e492276ea07c027d248 (diff)
downloadkrb5-f7dd50e190e3363adc1cdad4ffef1bb5b35d5816.tar.gz
krb5-f7dd50e190e3363adc1cdad4ffef1bb5b35d5816.tar.xz
krb5-f7dd50e190e3363adc1cdad4ffef1bb5b35d5816.zip
no need for keyprocarg to be const
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1292 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/func-proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h
index 0c63875fc..9cd27c21a 100644
--- a/src/include/krb5/func-proto.h
+++ b/src/include/krb5/func-proto.h
@@ -123,7 +123,7 @@ krb5_error_code krb5_rd_req
krb5_principal,
krb5_kvno,
krb5_keyblock ** ),
- krb5_const_pointer,
+ krb5_pointer,
krb5_rcache,
krb5_tkt_authent * ));
krb5_error_code krb5_rd_req_decoded
@@ -135,7 +135,7 @@ krb5_error_code krb5_rd_req_decoded
krb5_principal,
krb5_kvno,
krb5_keyblock ** ),
- krb5_const_pointer,
+ krb5_pointer,
krb5_rcache,
krb5_tkt_authent * ));
krb5_error_code krb5_mk_rep