summaryrefslogtreecommitdiff
path: root/mpq-file.h
diff options
context:
space:
mode:
authoryazoo <yazoo@yaz0r.net>2009-01-09 11:49:46 +0100
committeryazoo <yazoo@yaz0r.net>2009-01-09 11:49:46 +0100
commit85f492bf2aa6ed36f4c0b152162492028456a72f (patch)
tree9a70a439b095de301ff0c52f3e9422d77e489b9a /mpq-file.h
parenteb0a0106bfe9aa9095fb4bd1e944af31a199f445 (diff)
Split visual configs
Diffstat (limited to 'mpq-file.h')
-rw-r--r--mpq-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpq-file.h b/mpq-file.h
index aea19cd..3d4a9fd 100644
--- a/mpq-file.h
+++ b/mpq-file.h
@@ -18,7 +18,7 @@ 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);
+uint32_t mpqlib_seek(struct mpq_file_t * mpq_f, signed long int offset, enum mpqlib_file_seek_t);
#ifdef __cplusplus
}