Thomas Klausner | f402fe5 | 2014-10-30 15:25:52 +0100 | [diff] [blame] | 1 | .TH "ZIP_ERROR_CODE_ZIP" "3" "October 30, 2014" "NiH" "Library Functions Manual" |
| 2 | .nh |
| 3 | .if n .ad l |
| 4 | .SH "NAME" |
| 5 | \fBzip_error_code_zip\fR |
| 6 | \- get libzip error part of zip_error |
| 7 | .SH "LIBRARY" |
| 8 | libzip (-lzip) |
| 9 | .SH "SYNOPSIS" |
| 10 | \fB#include <zip.h>\fR |
| 11 | .sp |
| 12 | \fIint\fR |
| 13 | .PD 0 |
| 14 | .HP 4n |
| 15 | \fBzip_error_code_zip\fR(\fIconst\ zip_error_t\ *ze\fR); |
| 16 | .PD |
| 17 | .SH "DESCRIPTION" |
| 18 | The |
| 19 | \fBzip_error_code_zip\fR() |
| 20 | function returns the libzip specific part of the error from the |
| 21 | zip_error error |
| 22 | \fIze\fR. |
| 23 | .SH "SEE ALSO" |
| 24 | libzip(3), |
| 25 | zip_error_code_system(3) |
| 26 | .SH "AUTHORS" |
| 27 | Dieter Baron <\fIdillo@nih.at\fR> |
| 28 | and |
| 29 | Thomas Klausner <\fItk@giga.or.at\fR> |