1ZIP_SOURCE_ERROR(3) BSD Library Functions Manual ZIP_SOURCE_ERROR(3)
2
4 zip_source_error — get zip error for data source
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 zip_error_t *
13 zip_source_error(zip_source_t *source);
14
16 The zip_source_error() function returns the zip error for the data source
17 source.
18
20 libzip(3), zip_error_code_system(3), zip_error_code_zip(3)
21
23 zip_source_error() 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