www.LinuxHowtos.org
ZIP_RENAME
Section: C Library Functions (3)Index Return to Main Contents
BSD mandoc
NAME
zip_rename - rename file in zip archive (obsolete interface)LIBRARY
libzip -lzip)SYNOPSIS
In zip.h Ft int Fn zip_rename zip_t *archive zip_uint64_t index const char *nameDESCRIPTION
Fn zip_rename is the obsolete version of zip_file_rename3. It is the same as calling zip_file_rename3 with an empty flags argument.SEE ALSO
libzip(3), zip_file_rename3HISTORY
Fn zip_rename was added in libzip 0.6. In libzip 0.10 the type of index was changed from Vt int to Vt zip_uint64_t . It was deprecated in libzip 0.11, use Fn zip_file_rename instead.AUTHORS
An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at