From dd133f88cafd46e65cf3b3aaa6781f4757ec3871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 5 Jul 2009 05:07:16 +0000 Subject: [PATCH] make compile w/o warning, fixup from abartletts patch git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25309 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/plugin/windc.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/plugin/windc.c b/tests/plugin/windc.c index 5e8501393..6ec5a8302 100644 --- a/tests/plugin/windc.c +++ b/tests/plugin/windc.c @@ -1,5 +1,6 @@ #include #include +#include #include static krb5_error_code @@ -62,9 +63,11 @@ pac_verify(void *ctx, krb5_context context, static krb5_error_code client_access(void *ctx, krb5_context context, - struct hdb_entry_ex *client, + krb5_kdc_configuration *config, + hdb_entry_ex *client, const char *client_name, + hdb_entry_ex *server, const char *server_name, KDC_REQ *req, - krb5_data *data) + krb5_data *e_data) { krb5_warnx(context, "client_access"); return 0;