summaryrefslogtreecommitdiff
path: root/mpq-bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpq-bios.h')
-rw-r--r--mpq-bios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpq-bios.h b/mpq-bios.h
index c046f53..af58b93 100644
--- a/mpq-bios.h
+++ b/mpq-bios.h
@@ -30,6 +30,7 @@ extern "C" {
void mpqlib_init();
struct mpq_archive_t * mpqlib_open_archive(const char * fname);
+struct mpq_archive_t * mpqlib_open_archive_for_writing(const char * fname);
struct mpq_archive_t * mpqlib_reopen_archive(int fd);
void mpqlib_printtables(struct mpq_archive_t *);
void mpqlib_close_archive(struct mpq_archive_t *);