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

NAME

6       zzip_dirhandle, zzip_dirfd - ...
7

SYNOPSIS

9       #include <zzip/lib.h>
10
11       ZZIP_DIR * zzip_dirhandle((ZZIP_FILE * fp));
12
13       int zzip_dirfd((ZZIP_DIR * dir));
14

DESCRIPTION

16       The zzip_dirfd function will just return dir->fd
17
18       If a ZZIP_DIR does point to a zipfile then the file-descriptor of that
19       zipfile is returned, otherwise a NULL is returned and the ZZIP_DIR
20       wraps a real directory DIR (if you have dirent on your system).
21

AUTHOR

23       ยท   Guido Draheim <guidod@gmx.de>
24
26       Copyright (c) 2000,2001,2002,2003 Guido Draheim All rights reserved,
27       use under the restrictions of the Lesser GNU General Public License or
28       alternatively the restrictions of the Mozilla Public License 1.1
29
30
31
32zziplib                             0.13.62                  ZZIP_DIRHANDLE(3)
Impressum