zziplib/tests/gating/build/unzzipcat-zip.h

11 lines
292 B
C
Raw Normal View History

2024-02-06 14:12:45 +00:00
/*
* 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);