Added unzip operations functions.
commitb810aa6dcb5fad61fd3b0c349c747bc2bfc97de7
authorStefan Petersen <spe@stacken.kth.se>
Sun, 16 Aug 2009 20:17:25 +0000 (16 22:17 +0200)
committerStefan Petersen <spe@stacken.kth.se>
Thu, 20 Aug 2009 06:34:49 +0000 (20 08:34 +0200)
tree1f5fbe9389ba62d0f5725ddc658d04264d64d306
parent33286b92fa55253b0d515379892e8500baa32adc
Added unzip operations functions.

Extracted unzip operation from zlib's example application miniunzip,
added them in the repository and added to compilation target
src/Makefile.am
src/unzip/crypt.h [new file with mode: 0644]
src/unzip/ioapi.c [new file with mode: 0644]
src/unzip/ioapi.h [new file with mode: 0644]
src/unzip/unzip.c [new file with mode: 0644]
src/unzip/unzip.h [new file with mode: 0644]