summaryrefslogtreecommitdiff
path: root/mpq-file.h
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-09 20:26:02 +0000
committerpixel <pixel>2007-07-09 20:26:02 +0000
commite3be7db2c856dc67286a5c873f65af1f40126f46 (patch)
treefbd889e3edcbdf061ea5b292401cd2e9a9d63e42 /mpq-file.h
parenta47cbe621febe11586f22c28a4507d74930d1737 (diff)
mpq-file almost done.
Diffstat (limited to 'mpq-file.h')
-rw-r--r--mpq-file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpq-file.h b/mpq-file.h
index 53b514e..f9b17db 100644
--- a/mpq-file.h
+++ b/mpq-file.h
@@ -13,6 +13,7 @@ enum mpqlib_file_seek_t {
struct mpq_file_t * mpqlib_open_file(struct mpq_archive_t * mpq_a, int entry);
struct mpq_file_t * mpqlib_open_filename(struct mpq_archive_t * mpq_a, const char * fname);
+void mpqlib_close(struct mpq_file_t * mpq_f);
uint32_t mpqlib_read(struct mpq_file_t * mpq_f, void * buffer, uint32_t size);
uint32_t mpqlib_seek(struct mpq_file_t * mpq_f, int32_t offset, enum mpqlib_file_seek_t);