zip_discard(3) BSD 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> BSD December 18, 2017 BSD
libzip 1.5.1 - Generated Tue Nov 13 18:11:49 CST 2018