from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
ZIP_FILE_ATTRIBUTES_INIT
Section: C Library Functions (3) Index
Return to Main Contents
BSD mandoc
NAME
zip_file_attributes_init
- initialize zip file attributes structure
LIBRARY
libzip -lzip)
SYNOPSIS
In zip.h
Ft void
Fn zip_file_attributes_init zip_file_attributes_t *attributes
DESCRIPTION
The
Fn zip_file_attributes_init
initializes a
Vt zip_file_attributes_t
structure with default values.
It must be called before modifying such a structure for the first time.
SEE ALSO
libzip(3),
zip_source_function3
HISTORY
Fn zip_file_attributes_init
was added in libzip 1.7.0.
AUTHORS
An -nosplit
An Dieter Baron Aq Mt dillo@nih.at
and
An Thomas Klausner Aq Mt wiz@gatalith.at
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- HISTORY
-
- AUTHORS
-
|