summaryrefslogtreecommitdiff
path: root/mpq-bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpq-bios.h')
-rw-r--r--mpq-bios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpq-bios.h b/mpq-bios.h
index dd3c634..0a2767e 100644
--- a/mpq-bios.h
+++ b/mpq-bios.h
@@ -13,8 +13,10 @@ typedef struct {
extern "C" {
#endif
+void mpqlib_init();
mpq_archive_t * mpqlib_open_archive(const char * fname);
mpq_archive_t * mpqlib_reopen_archive(int fd);
+void mpqlib_close_archive(mpq_archive_t *);
#ifdef __cplusplus
}