summaryrefslogtreecommitdiff
path: root/mpq-misc.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-misc.h
parent126a396e4af6a3d9e92471cb8e82993853524e46 (diff)
Adding the true hash table support.
Diffstat (limited to 'mpq-misc.h')
-rw-r--r--mpq-misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpq-misc.h b/mpq-misc.h
index 714d6de..0f38e66 100644
--- a/mpq-misc.h
+++ b/mpq-misc.h
@@ -7,6 +7,7 @@
extern "C" {
#endif
+uint32_t mpqlib_hash_filename(const char * str);
uint32_t mpqlib_hashA_filename(const char * str);
uint32_t mpqlib_hashB_filename(const char * str);