summaryrefslogtreecommitdiff
path: root/int-bios.h
diff options
context:
space:
mode:
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