From 86dbcb1b4c6fdf5deea1402b0876c08be91e03c9 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 24 Mar 2000 22:04:41 +0000 Subject: [PATCH] jaltman@columbia.edu Mar 24, 2000: In conjunction with the patch to alter the handling of "master" kdc's this patch updates the prototypes of the private functions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12138 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-int.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 1c4880997..b0f79a6e1 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -511,7 +511,7 @@ krb5_error_code krb5_sendto_kdc const krb5_data *, const krb5_data *, krb5_data *, - int *)); + int)); krb5_error_code krb5_get_krbhst KRB5_PROTOTYPE((krb5_context, const krb5_data *, @@ -555,9 +555,8 @@ krb5_error_code krb5_locate_srv_conf const krb5_data *, const char *, struct sockaddr **, - int *, - int *, - int *)); + int, + int)); /* no context? */ krb5_error_code krb5_locate_srv_dns @@ -565,7 +564,7 @@ krb5_error_code krb5_locate_srv_dns const char *, const char *, struct sockaddr **, - int *)); + int)); #endif /* KRB5_LIBOS_PROTO__ */ @@ -965,7 +964,7 @@ KRB5_PROTOTYPE((krb5_context context, krb5_get_init_creds_opt *options, krb5_gic_get_as_key_fct gak, void *gak_data, - int *master, + int master, krb5_kdc_rep **as_reply)); -- 2.26.2