--- a/physfs_internal.h Mon Mar 25 04:02:27 2002 +0000
+++ b/physfs_internal.h Mon Mar 25 04:05:52 2002 +0000
@@ -418,7 +418,7 @@
* __PHYSFS_setError() to describe the problem; the file pointer should not
* move in such a case.
*/
-PHYSFS_sint64 __PHYSFS_platformWrite(void *opaque, void *buffer,
+PHYSFS_sint64 __PHYSFS_platformWrite(void *opaque, const void *buffer,
PHYSFS_uint32 size, PHYSFS_uint32 count);
/*
@@ -619,7 +619,6 @@
*/
int __PHYSFS_platformMkDir(const char *path);
-
#ifdef __cplusplus
}
#endif