From a47cbe621febe11586f22c28a4507d74930d1737 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 9 Jul 2007 19:14:34 +0000 Subject: ioctl removs some dumb stuff... --- int-bios.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'int-bios.h') diff --git a/int-bios.h b/int-bios.h index 10a4a44..9fdee7e 100644 --- a/int-bios.h +++ b/int-bios.h @@ -6,20 +6,6 @@ #include "mpq-bios.h" -typedef struct { - uint64_t block_offset; - uint32_t block_size; - uint32_t file_size; - uint32_t flags; -} block_t; - -#define FLAGS_FILE_COMP_IMPLODE 0x00000100 -#define FLAGS_FILE_COMP_MULTI 0x00000200 -#define FLAGS_FILE_COMPRESSED 0x0000FF00 -#define FLAGS_FILE_ENCRYPTED 0x00010000 -#define FLAGS_FILE_EXISTS 0x80000000 - -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); -- cgit v1.2.3