1ZIP_ERROR_SET(3) BSD Library Functions Manual ZIP_ERROR_SET(3)
2
4 zip_error_set — fill in zip_error structure
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 void
13 zip_error_set(zip_error_t *ze, int le, int se);
14
16 The zip_error_set() function sets the zip_error pointed to by ze to the
17 libzip error code le and the system error code se.
18
19 ze must be allocated and initialized with zip_error_fini(3) before call‐
20 ing zip_error(set).
21
23 libzip(3), zip_error_init(3)
24
26 zip_error_set() was added in libzip 1.0.
27
29 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
30
31BSD December 18, 2017 BSD