zip_file_attributes_init
initialize zip file attributes structure
- Provided by: libzip-dev (Version: 1.7.3-1.1ubuntu2)
- Source: libzip
- Report a bug
initialize zip file attributes structure
libzip (-lzip)
#include
<zip.h>
void
zip_file_attributes_init(zip_file_attributes_t
*attributes);
The
zip_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.
zip_file_attributes_init() was added in
libzip 1.7.0.
Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>