make work with cpp again, reported by Hai Zaar

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21934 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-08-27 14:21:04 +00:00
parent 7cac139e10
commit 743ccd85cf
5 changed files with 30 additions and 28 deletions

View File

@@ -448,7 +448,7 @@ krb5_set_send_to_kdc_func(krb5_context context,
return 0;
}
struct krb5_sendto_ctx {
struct krb5_sendto_ctx_data {
int flags;
int type;
krb5_sendto_ctx_func func;