LIBRARY

libzip (-lzip)

SYNOPSIS

#include <zip.h>

void

zip_discard(struct zip *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 discarded.

RELATED TO zip_discard…

AUTHORS

Dieter Baron <[email protected]> and Thomas Klausner <[email protected]>