]> granicus.if.org Git - zziplib/blob - bins/unzzipcat-zip.h
allow to pass --downloads=${ZZIP_TESTCVE} to zziptests.py from cmake-option
[zziplib] / bins / unzzipcat-zip.h
1 /*
2  *      Copyright (c) 2003 Guido Draheim <guidod@gmx.de>
3  *      Use freely under the restrictions of the ZLIB license.
4  *
5  *      This file is used as an example to clarify zzip api usage.
6  */
7
8 extern int unzzip_print(int argc, char** argv);
9 extern int unzzip_extract(int argc, char** argv);
10