man zzip_dir_free (Fonctions bibliothèques) - (../../zzip/zip.c)

NAME

zzip_dir_free - (../../zzip/zip.c)

SYNOPSIS

#include <zziplib.h>

int zzip_dir_free (ZZIP_DIR * dir);

DESCRIPTION

will free the zzip_dir handle unless there are still zzip_files attached (that may use its cache buffer). This is the inverse of zzip_dir_alloc , and both are helper functions used implicitly in other zzipcalls e.g. zzip_dir_close = zzip_close

returns zero on sucess returns the refcount when files are attached.

AUTHOR

•
Guido Draheim <guidod@gmx.de>
•
Tomi Ollila <too@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