1ZIP_UNCHANGE_ALL(3) BSD Library Functions Manual ZIP_UNCHANGE_ALL(3)
2
4 zip_unchange_all — undo all changes in a zip archive
5
7 libzip (-lzip)
8
10 #include <zip.h>
11
12 int
13 zip_unchange_all(zip_t *archive);
14
16 All changes to files and global information in archive are reverted.
17
19 Upon successful completion 0 is returned. Otherwise, -1 is returned and
20 the error code in archive is set to indicate the error.
21
23 libzip(3), zip_unchange(3), zip_unchange_archive(3)
24
26 zip_unchange_all() was added in libzip 0.6.
27
29 Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
30
31BSD December 18, 2017 BSD