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

NAME

4     zip_error_system_type — return type of system error
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     int
13     zip_error_system_type(const zip_error_t *ze);
14

DESCRIPTION

16     The zip_error_system_type() function returns the type of the system spe‐
17     cific part for the zip_error ze.  Currently, the following system types
18     are defined:
19
20     ZIP_ET_NONE  System specific part of ze is unused.
21
22     ZIP_ET_SYS   System specific part of ze is an errno(2).
23
24     ZIP_ET_ZLIB  System specific part of ze is a zlib(3) error.
25

SEE ALSO

27     libzip(3), zip_error_code_system(3)
28

HISTORY

30     zip_error_system_type() was added in libzip 1.0.
31

AUTHORS

33     Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
34
35BSD                            December 18, 2017                           BSD
Impressum