1ZIP_UNCHANGE_ALL(3)      BSD Library Functions Manual      ZIP_UNCHANGE_ALL(3)
2

NAME

4     zip_unchange_all — undo all changes in a zip archive
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     int
13     zip_unchange_all(zip_t *archive);
14

DESCRIPTION

16     All changes to files and global information in archive are reverted.
17

RETURN VALUES

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

SEE ALSO

23     libzip(3), zip_unchange(3), zip_unchange_archive(3)
24

HISTORY

26     zip_unchange_all() was added in libzip 0.6.
27

AUTHORS

29     Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
30
31BSD                            December 18, 2017                           BSD
Impressum