1ZIP_UNCHANGE_ARCHIVE(3) Library Functions Manual ZIP_UNCHANGE_ARCHIVE(3)
2
3
4
6 zip_unchange_archive - undo global changes to zip archive
7
9 libzip (-lzip)
10
12 #include <zip.h>
13
14 int zip_unchange_archive(struct zip *archive);
15
17 Revert all global changes to the archive archive. This reverts changes
18 to the archive comment and global flags.
19
21 Upon successful completion 0 is returned. Otherwise, -1 is returned
22 and the error code in archive is set to indicate the error.
23
25 libzip(3), zip_unchange(3), zip_unchange_all(3)
26
28 Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
29
30
31
32NiH May 14, 2008 ZIP_UNCHANGE_ARCHIVE(3)