LIBRARY

libzip (-lzip)

SYNOPSIS

#include <zip.h>

int

zip_rename(struct zip *archivezip_uint64_t indexconst 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.

RELATED TO zip_rename…

AUTHORS

Dieter Baron <[email protected]> and Thomas Klausner <[email protected]>