1ZZIP_FILE_CLOSE(3) zziplib Function List ZZIP_FILE_CLOSE(3)
2
3
4
6 zzip_file_close - end usage.
7
9 #include <zzip/lib.h>
10
11 int zzip_file_close((ZZIP_FILE * fp));
12
14 The zzip_file_close function is the direct call of zzip_close(fp). It
15 will cleanup the inflate-portion of zlib and free the structure given.
16
17 it is called quite from the error-cleanup parts of the various _open
18 functions.
19
20 the .refcount is decreased and if zero the fp->dir is closed just as
21 well.
22
24 ยท Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
25
27 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
28
29
30
31zziplib 0.13.71 ZZIP_FILE_CLOSE(3)