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

NAME

6       zzip_closedir - stop usage.
7

SYNOPSIS

9       #include <zzip/lib.h>
10
11       int zzip_closedir((ZZIP_DIR * dir));
12

DESCRIPTION

14       The zzip_closedir function is the equivalent of closedir(3) for a
15       realdir or zipfile.
16
17       The zzip_closedir function is magic - if the given arg-ZZIP_DIR is a
18       real directory, it will call the real closedir(3) and then free the
19       wrapping ZZIP_DIR structure. Otherwise it will divert to zzip_dir_close
20       which will free the ZZIP_DIR structure.
21

AUTHOR

23       ยท   Guido Draheim <guidod@gmx.de>
24
26       Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
27
28
29
30zziplib                             0.13.71                   ZZIP_CLOSEDIR(3)
Impressum