summaryrefslogtreecommitdiff
path: root/int-bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'int-bios.h')
-rw-r--r--int-bios.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/int-bios.h b/int-bios.h
index 1c05d29..10a4a44 100644
--- a/int-bios.h
+++ b/int-bios.h
@@ -19,8 +19,8 @@ typedef struct {
#define FLAGS_FILE_ENCRYPTED 0x00010000
#define FLAGS_FILE_EXISTS 0x80000000
-const block_t * __mpqlib_get_block_entry(mpq_archive_t *, int);
-int __mpqlib_seek(mpq_archive_t *, off_t);
-int __mpqlib_read(mpq_archive_t *, void *, size_t);
+const block_t * __mpqlib_get_block_entry(struct mpq_archive_t *, int);
+int __mpqlib_seek(struct mpq_archive_t *, off_t);
+int __mpqlib_read(struct mpq_archive_t *, void *, size_t);
#endif