1ZIP_ERROR_CLEAR(3) BSD Library Functions Manual ZIP_ERROR_CLEAR(3)
2
4 zip_error_clear, zip_file_error_clear — clear error state for archive or
5 file
6
8 libzip (-lzip)
9
11 #include <zip.h>
12
13 void
14 zip_error_clear(zip_t *archive);
15
16 void
17 zip_file_error_clear(zip_file_t *file);
18
20 The zip_error_clear() function clears the error state for the zip archive
21 archive.
22
23 The zip_file_error_clear() function does the same for the zip file file.
24
26 libzip(3), zip_get_error(3)
27
29 zip_error_clear() and zip_file_error_clear() were added in libzip 0.8.
30
32 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
33
34BSD December 18, 2017 BSD