1ZIP_FILE_ATTRIBUTES_I... BSD Library Functions Manual ZIP_FILE_ATTRIBUTES_I...
2

NAME

4     zip_file_attributes_init — initialize zip file attributes structure
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     void
13     zip_file_attributes_init(zip_file_attributes_t *attributes);
14

DESCRIPTION

16     The zip_file_attributes_init() initializes a zip_file_attributes_t struc‐
17     ture with default values.  It must be called before modifying such a
18     structure for the first time.
19

SEE ALSO

21     libzip(3), zip_source_function(3)
22

HISTORY

24     zip_file_attributes_init() was added in libzip 1.7.0.
25

AUTHORS

27     Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
28
29BSD                             April 17, 2020                             BSD
Impressum