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

FreeBSD Manual Pages

  
 
  

home | help
ZIP_FILE_ATTRIBUTES_INIT(3)  Library Functions ManualZIP_FILE_ATTRIBUTES_INIT(3)

NAME
     zip_file_attributes_init -- initialize zip file attributes structure

LIBRARY
     libzip (-lzip)

SYNOPSIS
     #include <zip.h>

     void
     zip_file_attributes_init(zip_file_attributes_t *attributes);

DESCRIPTION
     The  zip_file_attributes_init()  initializes a zip_file_attributes_t struc-
     ture with default values.	It must be called before modifying such a struc-
     ture for the first time.

SEE ALSO
     libzip(3), zip_source_function(3)

HISTORY
     zip_file_attributes_init() was added in libzip 1.7.0.

AUTHORS
     Dieter Baron <dillo@nih.at> and Thomas Klausner <wiz@gatalith.at>

FreeBSD ports 15.quarterly	 April 17, 2020      ZIP_FILE_ATTRIBUTES_INIT(3)

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

home | help