1ZIP_FILE_GET_ERROR(3) BSD Library Functions Manual ZIP_FILE_GET_ERROR(3)
2
NAME
4zip_file_get_error — extract zip_error from zip_file
5
LIBRARY
7libzip (-lzip)
8
SYNOPSIS
10#include <zip.h>
1112
zip_error_t *
13zip_file_get_error(zip_file_t *zf);
14
DESCRIPTION
16zip_file_get_error() function returns the zip_error associated with the
17zip_file zf.
18
SEE ALSO
20libzip(3)
21
HISTORY
23zip_file_get_error() was added in libzip 1.0.
24
AUTHORS
26Dieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
2728
BSD December 18, 2017 BSD