summaryrefslogtreecommitdiff
path: root/mpq-bios.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-08-04 11:03:27 -0700
committerPixel <pixel@nobis-crew.org>2009-08-04 11:07:09 -0700
commitd6323e7bd7f817c13ce992ef118cbcf4127ad076 (patch)
treeacb2b826f870bc6707fbfb1d3d4160ee0d425b9f /mpq-bios.h
parenta1eb7179ba270ba5183ae3da7689261b03138fed (diff)
Adding stubs for MPQ writes.
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 *);