summaryrefslogtreecommitdiff
path: root/MPQCryptography.h
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-06 07:19:32 +0000
committerpixel <pixel>2007-07-06 07:19:32 +0000
commit5537df7e088d8b67c82ae058bbf496f906778291 (patch)
tree35eb14302d8f66860d278ea8b47c54c7f6fe6574 /MPQCryptography.h
parente12fcb08a14de1f5738e0162bba50cdbf87dee47 (diff)
Basic archive opening done.
Diffstat (limited to 'MPQCryptography.h')
-rw-r--r--MPQCryptography.h4
1 files changed, 2 insertions, 2 deletions
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);