|
NAMEzip_discard —
close zip archive and discard changes
LIBRARYlibzip (-lzip)SYNOPSIS#include <zip.h>
void
DESCRIPTIONThezip_discard () function closes
archive and frees the memory allocated for it. Any
changes to the archive are not written to disk and discarded.
SEE ALSOlibzip(3), zip_close(3)HISTORYzip_discard () was added in libzip 0.11.
AUTHORSDieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
Visit the GSP FreeBSD Man Page Interface. |