blob: c80dad5f0b39edc201f61de6051aa4b8cc3f8ccd [file] [log] [blame]
Thomas Klausner4edcedc2017-12-06 12:43:04 +01001.TH "ZIP_FILE_GET_ERROR" "3" "November 9, 2014" "NiH" "Library Functions Manual"
2.nh
3.if n .ad l
4.SH "NAME"
5\fBzip_file_get_error\fR
6\- extract zip_error from zip_file
7.SH "LIBRARY"
8libzip (-lzip)
9.SH "SYNOPSIS"
10\fB#include <zip.h>\fR
11.sp
12\fIzip_error_t *\fR
13.PD 0
14.HP 4n
15\fBzip_file_get_error\fR(\fIzip_file_t\ *zf\fR);
16.PD
17.SH "DESCRIPTION"
18\fBzip_file_get_error\fR()
19function returns the zip_error associated with the zip_file
20\fIzf\fR.
21.SH "SEE ALSO"
22libzip(3)
23.SH "AUTHORS"
24Dieter Baron <\fIdillo@nih.at\fR>
25and
26Thomas Klausner <\fItk@giga.or.at\fR>