1ZZIP_DIR_FREE(3) zziplib Function List ZZIP_DIR_FREE(3)
2
3
4
6 zzip_dir_free, zzip_dir_close - ...
7
9 #include <zzip/lib.h>
10
11 int zzip_dir_free((ZZIP_DIR * dir));
12
13 int zzip_dir_close((ZZIP_DIR * dir));
14
16 It will also free(2) the ZZIP_DIR-handle given. the counterpart for
17 zzip_dir_open see also zzip_dir_free
18
20 ยท Guido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi>
21
23 Copyright (c) 1999,2000,2001,2002,2003 Guido Draheim All rights
24 reserved, use under the restrictions of the Lesser GNU General Public
25 License or alternatively the restrictions of the Mozilla Public License
26 1.1
27
28
29
30zziplib 0.13.62 ZZIP_DIR_FREE(3)