use json to drive kdc-tester

This commit is contained in:
Love Hörnquist Åstrand
2011-11-21 18:47:25 -08:00
parent 354ef711f3
commit 503266c4a3
6 changed files with 190 additions and 27 deletions

View File

@@ -120,7 +120,7 @@ void
loop(krb5_context context, krb5_kdc_configuration *config);
krb5_kdc_configuration *
configure(krb5_context context, int argc, char **argv);
configure(krb5_context context, int argc, char **argv, int *optidx);
#ifdef __APPLE__
void bonjour_announce(krb5_context, krb5_kdc_configuration *);