zip_error_fini - Man Page

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

libzip(3), zip_error_init(3)

History

zip_error_fini() was added in libzip 1.0.

Authors

Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>

Referenced By

zip_error_init(3), zip_error_strerror(3).

December 18, 2017