ZIP_DISCARD(3) | Library Functions Manual | ZIP_DISCARD(3) |
zip_discard
—
close zip archive and discard changes
libzip (-lzip)
#include
<zip.h>
void
zip_discard
(zip_t
*archive);
The
zip_discard
()
function closes archive and frees the memory allocated
for it. Any changes to the archive are not written to disk and
discarded.
zip_discard
() was added in libzip
0.11.
Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
December 18, 2017 | Debian |