zziplib/tests/gating/build/unzzipcat-zip.h
Jakub Martisko 9617500ab1 Add gating tests
Resolves: rhbz#1986332
2021-07-27 11:54:59 +02:00

11 lines
292 B
C

/*
* 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);