summaryrefslogtreecommitdiffstats
path: root/src/crypt_zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypt_zip.c')
-rw-r--r--src/crypt_zip.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/crypt_zip.c b/src/crypt_zip.c
index 91bbd7ba10..89e45951ca 100644
--- a/src/crypt_zip.c
+++ b/src/crypt_zip.c
@@ -83,10 +83,7 @@ make_crc_tab(void)
crypt_zip_init(
cryptstate_T *state,
char_u *key,
- char_u *salt UNUSED,
- int salt_len UNUSED,
- char_u *seed UNUSED,
- int seed_len UNUSED)
+ crypt_arg_T *arg UNUSED)
{
char_u *p;
zip_state_T *zs;