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-misc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mpq-misc.c') diff --git a/mpq-misc.c b/mpq-misc.c index 1e81659..9e1ff5d 100644 --- a/mpq-misc.c +++ b/mpq-misc.c @@ -1,6 +1,10 @@ #include "mpq-misc.h" #include "MPQCryptography.h" +uint32_t mpqlib_hash_filename(const char * str) { + return __mpqlib_hash_cstring(str, 0); +} + uint32_t mpqlib_hashA_filename(const char * str) { return __mpqlib_hash_cstring(str, 1); } -- cgit v1.2.3