1ZZIP_OPENDIR(3) zziplib Function List ZZIP_OPENDIR(3)
2
3
4
6 zzip_opendir, zzip_opendir_ext_io - ...
7
9 #include <zzip/lib.h>
10
11 ZZIP_DIR* zzip_opendir((zzip_char_t* filename));
12
13 ZZIP_DIR*
14 zzip_opendir_ext_io((zzip_char_t* filename, int o_modes, zzip_strings_t* ext, zzip_plugin_io_t io));
15
17 The zzip_opendir_ext_io function uses explicit ext and io instead of
18 the internal defaults, setting them to zero is equivalent to
19 zzip_opendir
20
22 ยท Guido Draheim <guidod@gmx.de>
23
25 Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights
26 reserved, use under the restrictions of the Lesser GNU General Public
27 License or alternatively the restrictions of the Mozilla Public License
28 1.1
29
30
31
32zziplib 0.13.49 ZZIP_OPENDIR(3)