Name

— (../../zzip/dir.c) zzip_closedir

Synopsis

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

Description

The zzip_closedir function is the equivalent of closedir(3) for a realdir or zipfile.

The zzip_closedir function is magic - if the given arg-ZZIP_DIR is a real directory, it will call the real closedir(3) and then free the wrapping ZZIP_DIR structure. Otherwise it will divert to zzip_dir_close which will free the ZZIP_DIR structure.

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