1ZIP_SOURCE_ROLLBACK_W... BSD Library Functions Manual ZIP_SOURCE_ROLLBACK_W...
2

NAME

4     zip_source_rollback_write — undo changes to zip source
5

LIBRARY

7     libzip (-lzip)
8

SYNOPSIS

10     #include <zip.h>
11
12     void
13     zip_source_rollback_write(zip_source_t *source);
14

DESCRIPTION

16     The function zip_source_rollback_write() reverts changes written to
17     source, restoring the data before zip_source_begin_write(3) was called.
18     Usually this removes temporary files or frees buffers.
19

SEE ALSO

21     libzip(3), zip_source(3), zip_source_begin_write(3),
22     zip_source_commit_write(3), zip_source_seek_write(3),
23     zip_source_tell_write(3), zip_source_write(3)
24

HISTORY

26     zip_source_rollback_write() was added in libzip 1.0.
27

AUTHORS

29     Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
30
31BSD                            November 3, 2021                            BSD
Impressum