| .TH "ZIP_SOURCE_TELL_WRITE" "3" "November 18, 2014" "NiH" "Library Functions Manual" |
| \fBzip_source_tell_write\fR |
| \- report current write offset in zip source |
| \fBzip_source_tell_write\fR(\fIzip_source_t\ *source\fR); |
| \fBzip_source_tell_write\fR() |
| returns the current write offset |
| The return value can be passed to |
| to return to the same location in the source. |
| Upon successful completion the current write offset 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), |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |