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

NAME

4     zip_error_fini — clean up zip_error structure
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     void
13     zip_error_fini(zip_error_t *ze);
14

DESCRIPTION

16     The zip_error_fini() function cleans up and frees internally allocated
17     memory of the zip_error pointed to by ze.
18

SEE ALSO

20     libzip(3), zip_error_init(3)
21

HISTORY

23     zip_error_fini() 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