LIBRARY libzip (-lzip) SYNOPSIS #include <zip.h> int zip_rename(zip_t *archive, zip_uint64_t index, const char *name); DESCRIPTION zip_rename() is the obsolete version of zip_file_rename(3). It is the same as calling zip_file_rename(3) with an empty flags argument. AUTHORS Dieter Baron <[email protected]> and Thomas Klausner <[email protected]>