blob: 627413ad8f36edfd716616d3eb8c62ed28817a7d [file] [log] [blame]
Thomas Klausnerf402fe52014-10-30 15:25:52 +01001.TH "ZIP_ERROR_CODE_ZIP" "3" "October 30, 2014" "NiH" "Library Functions Manual"
2.nh
3.if n .ad l
4.SH "NAME"
5\fBzip_error_code_zip\fR
6\- get libzip error part of zip_error
7.SH "LIBRARY"
8libzip (-lzip)
9.SH "SYNOPSIS"
10\fB#include <zip.h>\fR
11.sp
12\fIint\fR
13.PD 0
14.HP 4n
15\fBzip_error_code_zip\fR(\fIconst\ zip_error_t\ *ze\fR);
16.PD
17.SH "DESCRIPTION"
18The
19\fBzip_error_code_zip\fR()
20function returns the libzip specific part of the error from the
21zip_error error
22\fIze\fR.
23.SH "SEE ALSO"
24libzip(3),
25zip_error_code_system(3)
26.SH "AUTHORS"
27Dieter Baron <\fIdillo@nih.at\fR>
28and
29Thomas Klausner <\fItk@giga.or.at\fR>