1ZIP_ERROR_FINI(3) BSD Library Functions Manual ZIP_ERROR_FINI(3)
2
4 zip_error_fini — clean up zip_error structure
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 void
13 zip_error_fini(zip_error_t *ze);
14
16 The zip_error_fini() function cleans up and frees internally allocated
17 memory of the zip_error pointed to by ze.
18
20 libzip(3), zip_error_init(3)
21
23 zip_error_fini() was added in libzip 1.0.
24
26 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
27
28BSD December 18, 2017 BSD