1zzip_closedir(3) zziplib Function List zzip_closedir(3)
2
3
4
6 zzip_closedir - stop usage.
7
9 #include <zzip/lib.h>
10
11
12 int
13 zzip_closedir(ZZIP_DIR * dir)
14
15
16
17
19 The zzip_closedir function is the equivalent of closedir(3) for a
20 realdir or zipfile.
21
22 The zzip_closedir function is magic - if the given arg-ZZIP_DIR is a
23 real directory, it will call the real closedir(3) and then free the
24 wrapping ZZIP_DIR structure. Otherwise it will divert to zzip_dir_close
25 which will free the ZZIP_DIR structure.
26
27
28
30 Guido Draheim <guidod@gmx.de>
31
32
33
35 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
36
37
38
39
40
41zziplib 0.13.72 zzip_closedir(3)