From 26fcbbdd26a389b6979a966ae8dd49a40a6a1d05 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 11 Jul 2007 14:23:29 +0000 Subject: Adding comments. --- 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 9e1ff5d..aa2d958 100644 --- a/mpq-misc.c +++ b/mpq-misc.c @@ -1,6 +1,10 @@ #include "mpq-misc.h" #include "MPQCryptography.h" +/* + * The various string hashing function. + */ + uint32_t mpqlib_hash_filename(const char * str) { return __mpqlib_hash_cstring(str, 0); } -- cgit v1.2.3