changeset 1108 | b63e39d5be04 |
parent 1106 | 94c3669d0311 |
child 1109 | c69df75dbcc3 |
--- a/src/archiver_lzma.c Sat Aug 21 20:05:22 2010 -0400 +++ b/src/archiver_lzma.c Sun Aug 22 00:37:25 2010 -0400 @@ -688,7 +688,7 @@ BAIL_MACRO(ERR_NOT_SUPPORTED, 0); } /* LZMA_mkdir */ -static int LZMA_stat(fvoid *opaque, const char *filename, int *exists, +static int LZMA_stat(dvoid *opaque, const char *filename, int *exists, PHYSFS_Stat *stat) { const LZMAarchive *archive = (const LZMAarchive *) opaque;