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

NAME

4     zip_file_get_error — extract zip_error from zip_file
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     zip_error_t *
13     zip_file_get_error(zip_file_t *zf);
14

DESCRIPTION

16     zip_file_get_error() function returns the zip_error associated with the
17     zip_file zf.
18

SEE ALSO

20     libzip(3)
21

HISTORY

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