1ZIP_CLEAR_ERROR(3)         Library Functions Manual         ZIP_CLEAR_ERROR(3)
2
3
4

NAME

6       zip_error_clear  , - .Nm zip_file_error_clear clear error state for ar‐
7       chive or file
8

LIBRARY

10       libzip (-lzip)
11

SYNOPSIS

13       #include <zip.h>
14
15       void zip_error_clear(struct zip *archive);
16
17       void zip_file_error_clear(struct zip_file *file);
18

DESCRIPTION

20       The zip_error_clear function clears the error state for the zip archive
21       archive.
22
23       The zip_file_error_clear function does the same for the zip file file.
24

SEE ALSO

26       libzip(3), zip_error_get(3)
27

AUTHORS

29       Dieter Baron <dillo@giga.or.at> and Thomas Klausner <tk@giga.or.at>
30
31
32
33NiH                             October 4, 2006             ZIP_CLEAR_ERROR(3)
Impressum