summaryrefslogtreecommitdiff
path: root/mpq-misc.h
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-06 16:22:15 +0000
committerpixel <pixel>2007-07-06 16:22:15 +0000
commit36fd1a3846fcb08abdf5dafcd6703586b51e369e (patch)
tree8d1601b798224bfa426c41d005f3adb2ac8ab9fe /mpq-misc.h
parent9e61ac4e3d435a530cdff0170975f7759c50b02d (diff)
Various progress.
Diffstat (limited to 'mpq-misc.h')
-rw-r--r--mpq-misc.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/mpq-misc.h b/mpq-misc.h
new file mode 100644
index 0000000..f4fe6f2
--- /dev/null
+++ b/mpq-misc.h
@@ -0,0 +1,17 @@
+#ifndef __MPQ_MISC_H__
+#define __MPQ_MISC_H__
+
+#include <inttypes.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+uint32_t mpqlib_hashA_filename(const char * str);
+uint32_t mpqlib_hashB_filename(const char * str);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif