1ZIP_SOURCE_ERROR(3)      BSD Library Functions Manual      ZIP_SOURCE_ERROR(3)
2

NAME

4     zip_source_error — get zip error for data source
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     zip_error_t *
13     zip_source_error(zip_source_t *source);
14

DESCRIPTION

16     The zip_source_error() function returns the zip error for the data source
17     source.
18

SEE ALSO

20     libzip(3), zip_error_code_system(3), zip_error_code_zip(3)
21

HISTORY

23     zip_source_error() was added in libzip 1.0.
24

AUTHORS

26     Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
27
28BSD                            December 18, 2017                           BSD
Impressum