Patched to fix a namespace issue.
--- a/physfs.h Thu Mar 21 03:22:04 2002 +0000
+++ b/physfs.h Thu Mar 21 03:23:12 2002 +0000
@@ -272,7 +272,7 @@
*
* @param list List of information specified as freeable by this function.
*/
-__EXPORT__ void PHYSFS_freeList(void *list);
+__EXPORT__ void PHYSFS_freeList(void *listVar);
/**