Imported Upstream version 1.1.3
[platform/upstream/libzip.git] / man / zip_error_clear.man
1 .TH "ZIP_ERROR_CLEAR" "3" "October 30, 2014" "NiH" "Library Functions Manual"
2 .nh
3 .if n .ad l
4 .SH "NAME"
5 \fBzip_error_clear\fR,
6 \fBzip_file_error_clear\fR
7 \- clear error state for archive or file
8 .SH "LIBRARY"
9 libzip (-lzip)
10 .SH "SYNOPSIS"
11 \fB#include <zip.h>\fR
12 .sp
13 \fIvoid\fR
14 .PD 0
15 .HP 4n
16 \fBzip_error_clear\fR(\fIzip_t\ *archive\fR);
17 .PD
18 .PP
19 \fIvoid\fR
20 .PD 0
21 .HP 4n
22 \fBzip_file_error_clear\fR(\fIzip_file_t\ *file\fR);
23 .PD
24 .SH "DESCRIPTION"
25 The
26 \fBzip_error_clear\fR()
27 function clears the error state for the zip archive
28 \fIarchive\fR.
29 .PP
30 The
31 \fBzip_file_error_clear\fR()
32 function does the same for the zip file
33 \fIfile\fR.
34 .SH "SEE ALSO"
35 libzip(3),
36 zip_error_get(3)
37 .SH "AUTHORS"
38 Dieter Baron <\fIdillo@nih.at\fR>
39 and
40 Thomas Klausner <\fItk@giga.or.at\fR>