summaryrefslogtreecommitdiff
path: root/mpq-bios.h
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-10 16:24:40 +0000
committerpixel <pixel>2007-07-10 16:24:40 +0000
commit2b81447acc91685dbfb6419282a0f53b6ac3eaa0 (patch)
treea3977ef45afdcc9ac1d3a968af6a33819dcf3af9 /mpq-bios.h
parent126a396e4af6a3d9e92471cb8e82993853524e46 (diff)
Adding the true hash table support.
Diffstat (limited to 'mpq-bios.h')
-rw-r--r--mpq-bios.h2
1 files changed, 1 insertions, 1 deletions
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