man zzip_dir_open (Fonctions bibliothèques) - (../../zzip/zip.c)
NAME
zzip_dir_open, zzip_dir_open_ext_io - (../../zzip/zip.c)
SYNOPSIS
#include <zziplib.h>
ZZIP_DIR* zzip_dir_open (zzip_char_t* filename, zzip_error_t* e); ZZIP_DIR* zzip_dir_open_ext_io (zzip_char_t* filename, zzip_error_t* e, zzip_strings_t* ext, zzip_plugin_io_t io);DESCRIPTION
Opens the zip-archive (if available). the two ext_io arguments will default to use posix io and a set of default fileext that can atleast add .zip ext itself.
the zzip_dir_open_ext_io function uses explicit ext and io instead of the internal defaults. Setting these to zero is equivalent to zzip_dir_open
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