From 5537df7e088d8b67c82ae058bbf496f906778291 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 6 Jul 2007 07:19:32 +0000 Subject: Basic archive opening done. --- MPQCryptography.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MPQCryptography.h') diff --git a/MPQCryptography.h b/MPQCryptography.h index e8af48e..b1d621e 100644 --- a/MPQCryptography.h +++ b/MPQCryptography.h @@ -27,9 +27,9 @@ extern "C" { const uint32_t *__mpqlib_get_cryptography_table(void); - void __mpqlib_encrypt(char *data, uint32_t length, uint32_t key, + void __mpqlib_encrypt(void *data, uint32_t length, uint32_t key, bool disable_input_swapping); - void __mpqlib_decrypt(char *data, uint32_t length, uint32_t key, + void __mpqlib_decrypt(void *data, uint32_t length, uint32_t key, bool disable_output_swapping); uint32_t __mpqlib_hash_cstring(const char *string, uint32_t type); -- cgit v1.2.3