blob: d90b65476cb61bb8cc7d89fd084eb81e72b623dd [file] [log] [blame]
.TH "ZIP_SOURCE_FREE" "3" "August 2, 2014" "NiH" "Library Functions Manual"
.nh
.if n .ad l
.SH "NAME"
\fBzip_source_free\fR
\- free zip data source
.SH "LIBRARY"
libzip (-lzip)
.SH "SYNOPSIS"
\fB#include <zip.h>\fR
.sp
\fIvoid\fR
.PD 0
.HP 4n
\fBzip_source_free\fR(\fIstruct\ zip_source\ *source\fR);
.PD
.SH "DESCRIPTION"
The function
\fBzip_source_free\fR()
frees the zip data source
\fIsource\fR.
If
\fIsource\fR
is
\fRNULL\fR,
it does nothing.
.PP
\fINOTE\fR:
This function should not be called on a
\fIsource\fR
after it was used successfully in a
zip_add(3)
or
zip_replace(3)
call.
.SH "SEE ALSO"
libzip(3),
zip_source(3)
.SH "AUTHORS"
Dieter Baron <\fIdillo@nih.at\fR>
and
Thomas Klausner <\fItk@giga.or.at\fR>