summaryrefslogtreecommitdiff
path: root/Build/source/libs/zziplib/zziplib-src/bins/unzzip.h
blob: 7f0aec1c267aa768217960542c6162b50509ef9a (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 *	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_list(int argc, char** argv);
extern int unzzip_print(int argc, char** argv);
extern int unzzip_extract(int argc, char** argv);