zip_get_error — get zip error for archive
Contents
Description
The zip_get_error() function returns the zip error for the zip archive archive.
History
zip_get_error() was added in libzip 1.0.
Library
libzip (-lzip)
Name
zip_get_error — get zip error for archive
See Also
libzip(3), zip_error_code_system(3), zip_error_code_zip(3)
Synopsis
#include<zip.h>zip_error_t*zip_get_error(zip_t*archive);
