ZIP_DISCARD

Section: Library Functions Manual (3)
Updated: February 13, 2012
Index Return to Main Contents
 

NAME

zip_discard - close zip archive and discard changes  

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.  

SEE ALSO

libzip(3), zip_close(3)  

AUTHORS

Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHORS