Rename file in zip archive
libzip (-lzip)
#include <zip.h>
int
zip_rename(struct zip *archive, zip_uint64_t index, const char *name);
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.
Dieter Baron <[email protected]> and Thomas Klausner <[email protected]>