| .TH "ZIP_FILE_STRERROR" "3" "December 27, 2004" "NiH" "Library Functions Manual" |
| \- get string representation for a zip error |
| \fBzip_file_strerror\fR(\fIzip_file_t\ *file\fR); |
| \fBzip_strerror\fR(\fIzip_t\ *archive\fR); |
| function returns a string describing the last error for the zip archive |
| \fBzip_file_strerror\fR() |
| function does the same for a zip file |
| (one file in an archive). |
| The returned string must not be modified or freed, and becomes invalid when |
| is closed or on the next call to |
| \fBzip_file_strerror\fR(), |
| \fBzip_file_strerror\fR() |
| return a pointer to the error string. |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |