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

NAME

6       zip_unchange_all - undo all changes in a zip archive
7

LIBRARY

9       libzip (-lzip)
10

SYNOPSIS

12       #include <zip.h>
13
14       int zip_unchange_all(struct zip *archive);
15

DESCRIPTION

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

RETURN VALUES

20       Upon  successful  completion  0 is returned.  Otherwise, -1 is returned
21       and the error code in archive is set to indicate the error.
22

SEE ALSO

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

AUTHORS

27       Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
28
29
30
31NiH                             April 23, 2006             ZIP_UNCHANGE_ALL(3)
Impressum