summaryrefslogtreecommitdiff
path: root/mpq-misc.c
diff options
context:
space:
mode:
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);
}