blob: cec83a2c0d7a70f4f59ba4186ac6e7b541dd33fc [file] [log] [blame]
.TH "ZIP_FCLOSE" "3" "October 3, 2003" "NiH" "Library Functions Manual"
.nh
.if n .ad l
.SH "NAME"
\fBzip_fclose\fR
\- close file in zip archive
.SH "LIBRARY"
libzip (-lzip)
.SH "SYNOPSIS"
\fB#include <zip.h>\fR
.sp
\fIint\fR
.br
\fBzip_fclose\fR(\fIstruct zip_file *file\fR);
.SH "DESCRIPTION"
The
\fBzip_fclose\fR()
function closes
\fIfile\fR
and frees the memory allocated for it.
.SH "RETURN VALUES"
Upon successful completion 0 is returned.
Otherwise, the error code is returned.
.SH "SEE ALSO"
libzip(3),
zip_fopen(3),
zip_fread(3)
.SH "AUTHORS"
Dieter Baron <\fIdillo@nih.at\fR>
and
Thomas Klausner <\fItk@giga.or.at\fR>