Thomas Klausner | 4edcedc | 2017-12-06 12:43:04 +0100 | [diff] [blame] | 1 | .TH "ZIP_FILE_GET_ERROR" "3" "November 9, 2014" "NiH" "Library Functions Manual" |
| 2 | .nh |
| 3 | .if n .ad l |
| 4 | .SH "NAME" |
| 5 | \fBzip_file_get_error\fR |
| 6 | \- extract zip_error from zip_file |
| 7 | .SH "LIBRARY" |
| 8 | libzip (-lzip) |
| 9 | .SH "SYNOPSIS" |
| 10 | \fB#include <zip.h>\fR |
| 11 | .sp |
| 12 | \fIzip_error_t *\fR |
| 13 | .PD 0 |
| 14 | .HP 4n |
| 15 | \fBzip_file_get_error\fR(\fIzip_file_t\ *zf\fR); |
| 16 | .PD |
| 17 | .SH "DESCRIPTION" |
| 18 | \fBzip_file_get_error\fR() |
| 19 | function returns the zip_error associated with the zip_file |
| 20 | \fIzf\fR. |
| 21 | .SH "SEE ALSO" |
| 22 | libzip(3) |
| 23 | .SH "AUTHORS" |
| 24 | Dieter Baron <\fIdillo@nih.at\fR> |
| 25 | and |
| 26 | Thomas Klausner <\fItk@giga.or.at\fR> |