summaryrefslogtreecommitdiff
path: root/Build/source/libs/zziplib/zziplib-src/bins/unzzipcat-zip.h
blob: cba2a40a16fcc6e106e658b53081d3fd476a0de5 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 *	Copyright (c) 2003 Guido Draheim <guidod@gmx.de>
 *      Use freely under the restrictions of the ZLIB license.
 *
 *      This file is used as an example to clarify zzip api usage.
 */

extern int unzzip_print(int argc, char** argv);
extern int unzzip_extract(int argc, char** argv);