1ZIP_UNCHANGE_ARCHIVE(3) BSD Library Functions Manual ZIP_UNCHANGE_ARCHIVE(3)
2
4 zip_unchange_archive — undo global changes to zip archive
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 int
13 zip_unchange_archive(zip_t *archive);
14
16 Revert all global changes to the archive archive. This reverts changes
17 to the archive comment and global flags.
18
20 Upon successful completion 0 is returned. Otherwise, -1 is returned and
21 the error code in archive is set to indicate the error.
22
24 libzip(3), zip_unchange(3), zip_unchange_all(3)
25
27 zip_unchange_archive() was added in libzip 0.7.
28
30 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
31
32BSD December 18, 2017 BSD