zziplib/tests/gating/build/unzzipdir-zip.h
Jakub Martisko 03127cff1e Port hte gating tests from rhel-9
Related: RHEL-47131
2024-07-11 12:24:02 +02: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);