www.LinuxHowtos.org
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 fileLIBRARY
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 *fileDESCRIPTION
The Fn zip_error_clear function clears the error state for the zip archive archiveThe Fn zip_file_error_clear function does the same for the zip file file
SEE ALSO
libzip(3), zip_get_error3HISTORY
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