summaryrefslogtreecommitdiff
path: root/mpq-bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpq-bios.h')
-rw-r--r--mpq-bios.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mpq-bios.h b/mpq-bios.h
index 0a2767e..8eb3150 100644
--- a/mpq-bios.h
+++ b/mpq-bios.h
@@ -1,6 +1,8 @@
#ifndef __MPQ_BIOS_H__
#define __MPQ_BIOS_H__
+#include "inttypes.h"
+
struct mpq_internals_t;
typedef struct {
@@ -16,7 +18,9 @@ extern "C" {
void mpqlib_init();
mpq_archive_t * mpqlib_open_archive(const char * fname);
mpq_archive_t * mpqlib_reopen_archive(int fd);
+void mpqlib_printtables(mpq_archive_t *);
void mpqlib_close_archive(mpq_archive_t *);
+int mpqlib_find_hash_entry(mpq_archive_t *, const char * name, uint32_t language, uint32_t platform);
#ifdef __cplusplus
}