zziplib/tests/gating/build/unzzipdir-zip.h
Jakub Martisko 04259f737b Add: gating tests
Resolves: RHEL-24429
2024-02-06 15:12:45 +01:00

11 lines
298 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_show_list(int argc, char** argv);
extern int unzzip_long_list(int argc, char** argv);