| .TH "ZIP_SOURCE_SEEK_WRITE" "3" "November 18, 2014" "NiH" "Library Functions Manual" |
| \fBzip_source_seek_write\fR |
| \- set write offset in zip source |
| \fBzip_source_seek_write\fR(\fIzip_source_t\ *source\fR, \fIzip_int64_t\ offset\fR, \fIint\ whence\fR); |
| \fBzip_source_seek_write\fR() |
| sets the current write offset for |
| is counted relative from: |
| current write offset in file |
| 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_rollback_write(3), |
| zip_source_tell_write(3), |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |