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
12 int
13 zzip_file_close(ZZIP_FILE * fp)
14
15
16
17
19 The zzip_file_close function is the direct call of zzip_close(fp). It
20 will cleanup the inflate-portion of zlib and free the structure given.
21
22 it is called quite from the error-cleanup parts of the various _open
23 functions.
24
25 the .refcount is decreased and if zero the fp->dir is closed just as
26 well.
27
28
29
31 Guido Draheim <guidod@gmx.de> Tomi Ollila <Tomi.Ollila@iki.fi>
32
33
34
36 Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)
37
38
39
40
41
42zziplib 0.13.72 zzip_file_close(3)