summaryrefslogtreecommitdiff
path: root/int-bios.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 /int-bios.h
parenta47cbe621febe11586f22c28a4507d74930d1737 (diff)
mpq-file almost done.
Diffstat (limited to 'int-bios.h')
-rw-r--r--int-bios.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/int-bios.h b/int-bios.h
index 9fdee7e..c0b437b 100644
--- a/int-bios.h
+++ b/int-bios.h
@@ -1,12 +1,9 @@
#ifndef __INT_BIOS_H__
#define __INT_BIOS_H__
-#include <unistd.h>
-#include <sys/types.h>
-
#include "mpq-bios.h"
-int __mpqlib_seek(struct mpq_archive_t *, off_t);
-int __mpqlib_read(struct mpq_archive_t *, void *, size_t);
+int __mpqlib_seek(struct mpq_archive_t *, uint64_t);
+int __mpqlib_read(struct mpq_archive_t *, void *, uint32_t);
#endif