www.LinuxHowtos.org
ZIP_ERROR_SET
Section: C Library Functions (3)Index Return to Main Contents
BSD mandoc
NAME
zip_error_set - fill in zip_error structureLIBRARY
libzip -lzip)SYNOPSIS
In zip.h Ft void Fn zip_error_set zip_error_t *ze int le int seDESCRIPTION
The Fn zip_error_set function sets the zip_error pointed to by ze to the libzip error code le and the system error code seze must be allocated and initialized with zip_error_init3 before calling Fn zip_error_set .
SEE ALSO
libzip(3), zip_error_init3, zip_error_set_from_source3HISTORY
Fn zip_error_set was added in libzip 1.0.AUTHORS
An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at