Name

— (../../zzip/zip.c) zzip_dir_open, zzip_dir_open_ext_io

Synopsis

 #include <zziplib.h>
ZZIP_DIR* zzip_dir_open(,  
 ); 
 ;
 ;
ZZIP_DIR* zzip_dir_open_ext_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

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