| .TH "ZIP_SET_DEFAULT_PASSWORD" "3" "January 3, 2011" "NiH" "Library Functions Manual" |
| \fBzip_set_default_password\fR |
| \- set default password for encrypted files in zip |
| \fBzip_set_default_password\fR(\fIzip_t\ *archive\fR, \fIconst\ char\ *password\fR); |
| \fBzip_set_default_password\fR() |
| function sets the default password used when accessing encrypted files. |
| the default password is unset. |
| If you prefer a different password for single files, use |
| Usually, however, the same password is used for every file in an |
| Upon successful completion 0 is returned. |
| Otherwise, \-1 is returned and the error information in |
| is set to indicate the error. |
| \fBzip_set_default_password\fR() |
| Required memory could not be allocated. |
| Dieter Baron <\fIdillo@nih.at\fR> |
| Thomas Klausner <\fItk@giga.or.at\fR> |