diff options
author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2000-03-24 22:04:41 +0000 |
---|---|---|
committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2000-03-24 22:04:41 +0000 |
commit | 86dbcb1b4c6fdf5deea1402b0876c08be91e03c9 (patch) | |
tree | 643f4d3afbd165f0bcc6a976d146f101e79d1445 /src/include | |
parent | f4376f4d0b68a4fd8285ad5aa44bee148f646491 (diff) | |
download | krb5-86dbcb1b4c6fdf5deea1402b0876c08be91e03c9.tar.gz krb5-86dbcb1b4c6fdf5deea1402b0876c08be91e03c9.tar.xz krb5-86dbcb1b4c6fdf5deea1402b0876c08be91e03c9.zip |
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
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/k5-int.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 1c48809975..b0f79a6e17 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)); |