support for zipped ISOs

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@65 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-03-10 23:50:03 +00:00
parent b67ef287e7
commit 83bd0b76ab
17 changed files with 413 additions and 156 deletions

4
unzip/unzip_stream.h Normal file
View file

@ -0,0 +1,4 @@
gzFile zip2gz(ZIP* zip, struct zipent* ent);
int gzerror2(gzFile file);