— (../../zzip/file.c) zzip_file_close
#include <zziplib.h>
int
zzip_file_close( | ); |
| ; |
the direct function of zzip_close(fp). it will cleanup the inflate-portion of zlib and free the structure given.
it is called quite from the error-cleanup parts of the various _open functions.
the .refcount is decreased and if zero the fp->dir is closed just as well.
Guido Draheim <guidod@gmx.de>
Tomi Ollila <Tomi.Ollila@iki.fi>
(c) 1999,2000,2001,2002 Guido Draheim
All rights reserved,
use under the restrictions of the
Lesser GNU General Public License
note the additional license information
that can be found in COPYING.ZZIP