|
NAMEzip_file_attributes_init —
initialize zip file attributes structure
LIBRARYlibzip (-lzip)SYNOPSIS#include <zip.h>
void
DESCRIPTIONThezip_file_attributes_init () initializes a
zip_file_attributes_t structure with default values. It
must be called before modifying such a structure for the first time.
SEE ALSOlibzip(3), zip_source_function(3)HISTORYzip_file_attributes_init () was added in libzip 1.7.0.
AUTHORSDieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
Visit the GSP FreeBSD Man Page Interface. |