diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/k5-int.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index af9217efdd..55ec2fee86 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Sam Hartman <hartmans@mit.edu> + + * k5-int.h: krb5int_populate_gic_opt returns void + 2003-05-19 Sam Hartman <hartmans@mit.edu> * k5-int.h: Prototype krb5int_populate_gic_opt diff --git a/src/include/k5-int.h b/src/include/k5-int.h index f9a15ef3a7..1f49b236b4 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -935,7 +935,7 @@ krb5_get_init_creds int master, krb5_kdc_rep **as_reply); -krb5_error_code krb5int_populate_gic_opt ( +void krb5int_populate_gic_opt ( krb5_context, krb5_get_init_creds_opt *, krb5_flags options, krb5_address * const *addrs, krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types); |
