Name

— (../../zzip/file.c) zzip_file_close

Synopsis

 #include <zziplib.h>
int zzip_file_close(); 
 ;

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

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