From 36fd1a3846fcb08abdf5dafcd6703586b51e369e Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 6 Jul 2007 16:22:15 +0000 Subject: Various progress. --- mpq-bios.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mpq-bios.h') 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 } -- cgit v1.2.3