summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/mk_req.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-09-03 01:13:48 +0000
committerKen Raeburn <raeburn@mit.edu>2002-09-03 01:13:48 +0000
commit4b4c9bcc27e33479ae288fa7ff1fb4924b06eb73 (patch)
tree8230e2e8398e6efadbd9b530b3899f89db5ef39e /src/lib/krb5/krb/mk_req.c
parent6a0b128209208af5cf3c3456fccd1de770c5c74e (diff)
downloadkrb5-4b4c9bcc27e33479ae288fa7ff1fb4924b06eb73.tar.gz
krb5-4b4c9bcc27e33479ae288fa7ff1fb4924b06eb73.tar.xz
krb5-4b4c9bcc27e33479ae288fa7ff1fb4924b06eb73.zip
protoize
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14812 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/mk_req.c')
-rw-r--r--src/lib/krb5/krb/mk_req.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/lib/krb5/krb/mk_req.c b/src/lib/krb5/krb/mk_req.c
index 340b4818fd..2935e41b39 100644
--- a/src/lib/krb5/krb/mk_req.c
+++ b/src/lib/krb5/krb/mk_req.c
@@ -50,16 +50,9 @@
*/
krb5_error_code KRB5_CALLCONV
-krb5_mk_req(context, auth_context, ap_req_options, service, hostname, in_data,
- ccache, outbuf)
- krb5_context context;
- krb5_auth_context * auth_context;
- const krb5_flags ap_req_options;
- char * service;
- char * hostname;
- krb5_data * in_data;
- krb5_ccache ccache;
- krb5_data * outbuf;
+krb5_mk_req(krb5_context context, krb5_auth_context *auth_context,
+ krb5_flags ap_req_options, char *service, char *hostname,
+ krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf)
{
krb5_error_code retval;
krb5_principal server;