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

NAME

4     zip_get_error — get zip error for archive
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     zip_error_t *
13     zip_get_error(zip_t *archive);
14

DESCRIPTION

16     The zip_get_error() function returns the zip error for the zip archive
17     archive.
18

SEE ALSO

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

HISTORY

23     zip_get_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