man zzip_file_close (Fonctions bibliothèques) - (../../zzip/file.c)
NAME
zzip_file_close - (../../zzip/file.c)
SYNOPSIS
#include <zziplib.h>
int zzip_file_close (ZZIP_FILE * fp);DESCRIPTION
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.
AUTHOR
- •
- Guido Draheim <guidod@gmx.de>
- •
- Tomi Ollila <Tomi.Ollila@iki.fi>
COPYRIGHT
(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