1ZZIP_DIR_OPEN(3)             zziplib Function List            ZZIP_DIR_OPEN(3)
2
3
4

NAME

6       zzip_dir_open, zzip_dir_open_ext_io, zzip_dir_read - ...
7

SYNOPSIS

9       #include <zzip/lib.h>
10
11       ZZIP_DIR* zzip_dir_open((zzip_char_t* filename, zzip_error_t* e));
12
13       ZZIP_DIR*
14                                      zzip_dir_open_ext_io((zzip_char_t* filename, zzip_error_t* e, zzip_strings_t* ext, zzip_plugin_io_t io));
15
16       int zzip_dir_read((ZZIP_DIR * dir, ZZIP_DIRENT * d ));
17

DESCRIPTION

19       the zzip_dir_open_ext_io function uses explicit ext and io instead of
20       the internal defaults. Setting these to zero is equivalent to
21       zzip_dir_open
22
23       fills the dirent-argument with the values and increments the
24       read-pointer of the dir-argument.
25
26       returns 0 if there no entry (anymore).
27

AUTHOR

29       ยท   Guido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi>
30
32       Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights
33       reserved, use under the restrictions of the Lesser GNU General Public
34       License or alternatively the restrictions of the Mozilla Public License
35       1.1
36
37
38
39zziplib                             0.13.49                   ZZIP_DIR_OPEN(3)
Impressum