blob: 683c1387858cb0f4f7d77c8a005233de75726c19 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* 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);
|