from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
ZIP_ERROR_CLEAR
Section: C Library Functions (3) Index
Return to Main Contents
BSD mandoc
NAME
zip_error_clear
zip_file_error_clear
- clear error state for archive or file
LIBRARY
libzip -lzip)
SYNOPSIS
In zip.h
Ft void
Fn zip_error_clear zip_t *archive
Ft void
Fn zip_file_error_clear zip_file_t *file
DESCRIPTION
The
Fn zip_error_clear
function clears the error state for the zip archive
archive
The
Fn zip_file_error_clear
function does the same for the zip file
file
SEE ALSO
libzip(3),
zip_get_error3
HISTORY
Fn zip_error_clear
and
Fn zip_file_error_clear
were added in libzip 0.8.
AUTHORS
An -nosplit
An Dieter Baron Aq Mt dillo@nih.at
and
An Thomas Klausner Aq Mt wiz@gatalith.at
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- HISTORY
-
- AUTHORS
-
|