diff options
| author | Sam Hartman <hartmans@mit.edu> | 2003-05-22 17:09:52 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 2003-05-22 17:09:52 +0000 |
| commit | e0fdd6bd7cb7277bf4fcd38c102ce06930f293a9 (patch) | |
| tree | 5428622eec64f441d41e21622bc3ad92ceeb1c83 /src/include/k5-int.h | |
| parent | dd83f180fe01ad4acb963bfd67222d1512ad73ab (diff) | |
| download | krb5-e0fdd6bd7cb7277bf4fcd38c102ce06930f293a9.tar.gz krb5-e0fdd6bd7cb7277bf4fcd38c102ce06930f293a9.tar.xz krb5-e0fdd6bd7cb7277bf4fcd38c102ce06930f293a9.zip | |
krb5int_populate_gic_opt should return void
Since none of the functions it calls can return an error, this should
return void.
Ticket: new
Target_Version: 1.3
Tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15465 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-int.h')
| -rw-r--r-- | src/include/k5-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index f9a15ef3a..1f49b236b 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); |
