.TH "ZIP_RENAME" "3" "June 23, 2012" "NiH" "Library Functions Manual" .nh .if n .ad l .SH "NAME" \fBzip_rename\fR \- rename file in zip archive .SH "LIBRARY" libzip (-lzip) .SH "SYNOPSIS" \fB#include \fR .sp \fIint\fR .PD 0 .HP 4n \fBzip_rename\fR(\fIzip_t\ *archive\fR, \fIzip_uint64_t\ index\fR, \fIconst\ char\ *name\fR); .PD .SH "DESCRIPTION" \fBzip_rename\fR() is the obsolete version of zip_file_rename(3). It is the same as calling zip_file_rename(3) with an empty flags argument. .SH "SEE ALSO" libzip(3), zip_file_rename(3) .SH "AUTHORS" Dieter Baron <\fIdillo@nih.at\fR> and Thomas Klausner <\fItk@giga.or.at\fR>