|
NAMEzip_unchange_archive —
undo global changes to zip archive
LIBRARYlibzip (-lzip)SYNOPSIS#include <zip.h>
int
DESCRIPTIONRevert all global changes to the archive archive. This reverts changes to the archive comment and global flags.RETURN VALUESUpon successful completion 0 is returned. Otherwise, -1 is returned and the error code in archive is set to indicate the error.SEE ALSOlibzip(3), zip_unchange(3), zip_unchange_all(3)HISTORYzip_unchange_archive () was added in libzip 0.7.
AUTHORSDieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
Visit the GSP FreeBSD Man Page Interface. |