add timeout to krb5_send_to_kdc_func, from metze

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24968 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-27 15:01:35 +00:00
parent f4b101544a
commit e7b7dfaae6

View File

@@ -742,6 +742,7 @@ enum {
typedef krb5_error_code (*krb5_send_to_kdc_func)(krb5_context,
void *,
krb5_krbhst_info *,
time_t,
const krb5_data *,
krb5_data *);