blob: cd1f60d488c394c05e2c2816223b19ffe530c35e [file] [log] [blame]
.TH "ZIP_RENAME" "3" "November 13, 2017" "NiH" "Library Functions Manual"
.nh
.if n .ad l
.SH "NAME"
\fBzip_rename\fR
\- rename file in zip archive (obsolete interface)
.SH "LIBRARY"
libzip (-lzip)
.SH "SYNOPSIS"
\fB#include <zip.h>\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>