Added unzip operations functions.
commitccc12277cef2a606f80db7e2c1ac57c5c7ea6655
authorStefan Petersen <spe@stacken.kth.se>
Sun, 16 Aug 2009 20:17:25 +0000 (16 22:17 +0200)
committerStefan Petersen <spe@stacken.kth.se>
Sun, 4 Sep 2011 19:57:16 +0000 (4 21:57 +0200)
treed578888de4499452537fbfa44109e4be391bc4d3
parentff5b71904af98466982c1fd9e7858b7005581003
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]