From a5b73673b21d605caf3378221b73a65cf0e45eaf Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 19 Sep 2000 12:46:18 +0000 Subject: [PATCH] (handle_v4): update prototype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9066 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kadmin/kadmin_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kadmin/kadmin_locl.h b/kadmin/kadmin_locl.h index 9ba7289ac..8c740c003 100644 --- a/kadmin/kadmin_locl.h +++ b/kadmin/kadmin_locl.h @@ -167,7 +167,7 @@ kadmind_loop (krb5_context, krb5_auth_context, krb5_keytab, int); /* version4.c */ void -handle_v4(krb5_context context, int len, int fd); +handle_v4(krb5_context context, krb5_keytab keytab, int len, int fd); /* random_password.c */