zip_get_error(3)
Name
zip_get_error —
get zip error for archive
Library
libzip (-lzip)
Synopsis
#include
<zip.h>
zip_error_t *
zip_get_error(zip_t
*archive);
Description
The
zip_get_error()
function returns the zip error for the zip archive
archive.
See Also
History
zip_get_error() was added in libzip
1.0.
Authors
Dieter Baron <dillo@nih.at> and Thomas Klausner <wiz@gatalith.at>