1ZIP_ERROR_CODE_ZIP(3) BSD Library Functions Manual ZIP_ERROR_CODE_ZIP(3)
2
4 zip_error_code_zip — get libzip error part of zip_error
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 int
13 zip_error_code_zip(const zip_error_t *ze);
14
16 The zip_error_code_zip() function returns the libzip specific part of the
17 error from the zip_error error ze.
18
20 libzip(3), zip_error_code_system(3)
21
23 zip_error_code_zip() was added in libzip 1.0.
24
26 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
27
28BSD December 18, 2017 BSD