summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-06-10 18:53:02 +0000
committerTheodore Tso <tytso@mit.edu>1994-06-10 18:53:02 +0000
commitc857bca8711a65532f27c9a0b355b5188c219f2b (patch)
treedc96a25fd797637890c2a0a597634b6183690ca3 /src/include
parente7df3b96155b2b3a6c63cb534021e35e039e0f3c (diff)
downloadkrb5-c857bca8711a65532f27c9a0b355b5188c219f2b.tar.gz
krb5-c857bca8711a65532f27c9a0b355b5188c219f2b.tar.xz
krb5-c857bca8711a65532f27c9a0b355b5188c219f2b.zip
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
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 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,