From ab3a0c1b71c86dfe7da316fbd521692d38379d66 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 21 Sep 2004 11:33:10 +0000 Subject: [PATCH] fix proto git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14236 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rsh_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index 67bada98e..cb627866a 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -139,7 +139,7 @@ extern krb5_crypto crypto; extern int key_usage; extern void *ivec_in[2]; extern void *ivec_out[2]; -void init_ivecs(int); +void init_ivecs(int, int); #endif #ifdef KRB4 extern des_key_schedule schedule;