LIBRARY
libzip (-lzip)SYNOPSIS
#include <zip.h>zip_int64_t
- zip_source_tell_write(zip_source_t *source);
DESCRIPTION
RETURN VALUES
Upon successful completion the current write offset is returned. Otherwise, -1 is returned and the error information in source is set to indicate the error.AUTHORS
Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>