Imported Upstream version 1.1.3
[platform/upstream/libzip.git] / man / zip_get_error.man
1 .TH "ZIP_GET_ERROR" "3" "October 30, 2014" "NiH" "Library Functions Manual"
2 .nh
3 .if n .ad l
4 .SH "NAME"
5 \fBzip_get_error\fR
6 \- get zip error for archive
7 .SH "LIBRARY"
8 libzip (-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_get_error\fR(\fIzip_t\ *archive\fR);
16 .PD
17 .SH "DESCRIPTION"
18 The
19 \fBzip_get_error\fR()
20 function returns the zip error for the zip archive
21 \fIarchive\fR.
22 .SH "SEE ALSO"
23 libzip(3),
24 zip_error_code_system(3),
25 zip_error_code_zip(3)
26 .SH "AUTHORS"
27 Dieter Baron <\fIdillo@nih.at\fR>
28 and
29 Thomas Klausner <\fItk@giga.or.at\fR>