| .TH "ZIP_SOURCE_ROLLBACK_WRITE" "3" "December 29, 2016" "NiH" "Library Functions Manual" |
| \fBzip_source_rollback_write\fR |
| \- undo changes to zip source |
| \fBzip_source_rollback_write\fR(\fIzip_source_t\ *source\fR); |
| \fBzip_source_rollback_write\fR() |
| reverts changes written to |
| restoring the data before |
| zip_source_begin_write(3) |
| Usually this removes temporary files or frees buffers. |
| Upon successful completion 0 is returned. |
| Otherwise, \-1 is returned and the error information in |
| is set to indicate the error. |
| zip_source_begin_write(3), |
| zip_source_commit_write(3), |
| zip_source_seek_write(3), |
| zip_source_tell_write(3), |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |