From 2b81447acc91685dbfb6419282a0f53b6ac3eaa0 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 10 Jul 2007 16:24:40 +0000 Subject: Adding the true hash table support. --- mpq-bios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpq-bios.h') diff --git a/mpq-bios.h b/mpq-bios.h index 3ce553e..4e82973 100644 --- a/mpq-bios.h +++ b/mpq-bios.h @@ -34,7 +34,7 @@ struct mpq_archive_t * mpqlib_reopen_archive(int fd); void mpqlib_printtables(struct mpq_archive_t *); void mpqlib_close_archive(struct mpq_archive_t *); int mpqlib_find_hash_entry_by_name(struct mpq_archive_t *, const char * name, uint32_t language, uint32_t platform); -int mpqlib_find_hash_entry_by_hash(struct mpq_archive_t *, uint32_t hA, uint32_t hB, uint32_t language, uint32_t platform); +int mpqlib_find_hash_entry_by_hash(struct mpq_archive_t *, uint32_t h, uint32_t hA, uint32_t hB, uint32_t language, uint32_t platform); uint64_t mpqlib_ioctl(struct mpq_archive_t *, enum mpqlib_ioctl_t command, int entry); #ifdef __cplusplus -- cgit v1.2.3