zip_error_fini(3)
Name
zip_error_fini —
clean up zip_error structure
Library
libzip (-lzip)
Synopsis
#include
<zip.h>
void
zip_error_fini(zip_error_t
*ze);
Description
The
zip_error_fini()
function cleans up and frees internally allocated memory of the zip_error
pointed to by ze.
See Also
History
zip_error_fini() was added in libzip
1.0.
Authors
Dieter Baron <dillo@nih.at> and Thomas Klausner <wiz@gatalith.at>