From: Theodore Tso Date: Fri, 10 Jun 1994 18:53:02 +0000 (+0000) Subject: Fix the type of fetchfrom in krb5_rd_req and krb5_rd_req_decoded X-Git-Tag: krb5-1.0-beta4~144 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c857bca8711a65532f27c9a0b355b5188c219f2b;p=krb5.git Fix the type of fetchfrom in krb5_rd_req and krb5_rd_req_decoded git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3709 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index bf9ff72a5..b88823a79 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -375,7 +375,7 @@ krb5_error_code krb5_rd_req PROTOTYPE((const krb5_data *, krb5_const_principal, const krb5_address *, - krb5_const_pointer, + const char *, krb5_rdreq_key_proc, krb5_pointer, krb5_rcache, @@ -385,7 +385,7 @@ krb5_error_code krb5_rd_req_decoded PROTOTYPE((const krb5_ap_req *, krb5_const_principal, const krb5_address *, - krb5_const_pointer, + const char *, krb5_rdreq_key_proc, krb5_pointer, krb5_rcache,