Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
zzip_closedir(3)	      zziplib Function List		zzip_closedir(3)

NAME
     zzip_closedir -  stop usage.

SYNOPSIS
     #include <zzip/lib.h>

     int
     zzip_closedir(ZZIP_DIR* dir)

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
      Guido Draheim <guidod@gmx.de>

COPYRIGHT
      Copyright (c) Guido Draheim, use under copyleft (LGPL,MPL)

zziplib 			     0.13.80			zzip_closedir(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=zzip_closedir&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help