From e0fdd6bd7cb7277bf4fcd38c102ce06930f293a9 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Thu, 22 May 2003 17:09:52 +0000 Subject: 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 --- src/include/ChangeLog | 4 ++++ src/include/k5-int.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index af9217efd..55ec2fee8 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2003-05-22 Sam Hartman + + * k5-int.h: krb5int_populate_gic_opt returns void + 2003-05-19 Sam Hartman * k5-int.h: Prototype krb5int_populate_gic_opt 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); -- cgit