|
NAMEzzip_dir_free, zzip_dir_close - SYNOPSIS#include <zzip/lib.h> int zzip_dir_free(ZZIP_DIR* dir) int zzip_dir_close(ZZIP_DIR* dir) DESCRIPTIONThe zzip_dir_free function 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
AUTHORGuido Draheim <guidod@gmx.de> Tomi Ollila <too@iki.fi> COPYRIGHTCopyright (c) Guido Draheim, use under copyleft (LGPL,MPL) SEE ALSOzzip_dir_alloc_ext_io
|