FreeBSD Manual Pages
ZIP_DISCARD(3) FreeBSD Library Functions Manual ZIP_DISCARD(3) NAME zip_discard -- close zip archive and discard changes LIBRARY libzip (-lzip) SYNOPSIS #include <zip.h> void zip_discard(zip_t *archive); DESCRIPTION The zip_discard() function closes archive and frees the memory allocated for it. Any changes to the archive are not written to disk and dis- carded. SEE ALSO libzip(3), zip_close(3) HISTORY zip_discard() was added in libzip 0.11. AUTHORS Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at> FreeBSD 13.0 December 18, 2017 FreeBSD 13.0
NAME | LIBRARY | SYNOPSIS | DESCRIPTION | SEE ALSO | HISTORY | AUTHORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=zip_discard&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>