summaryrefslogtreecommitdiff
path: root/mpq-misc.c
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-11 14:23:29 +0000
committerpixel <pixel>2007-07-11 14:23:29 +0000
commit26fcbbdd26a389b6979a966ae8dd49a40a6a1d05 (patch)
treebbf63c4080bcba14aa7d02176dc23b920a70514c /mpq-misc.c
parent2b81447acc91685dbfb6419282a0f53b6ac3eaa0 (diff)
Adding comments.
Diffstat (limited to 'mpq-misc.c')
-rw-r--r--mpq-misc.c4
1 files changed, 4 insertions, 0 deletions
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);
}