diff options
| -rw-r--r-- | contrib/minizip/unzip.h | 2 | ||||
| -rw-r--r-- | contrib/minizip/zip.h | 2 | ||||
| -rw-r--r-- | zutil.h | 4 |
3 files changed, 8 insertions, 0 deletions
diff --git a/contrib/minizip/unzip.h b/contrib/minizip/unzip.h index ceb614e7..8e78564e 100644 --- a/contrib/minizip/unzip.h +++ b/contrib/minizip/unzip.h | |||
| @@ -70,6 +70,8 @@ typedef unzFile__ *unzFile; | |||
| 70 | typedef voidp unzFile; | 70 | typedef voidp unzFile; |
| 71 | #endif | 71 | #endif |
| 72 | 72 | ||
| 73 | extern const char unz_copyright[]; | ||
| 74 | |||
| 73 | 75 | ||
| 74 | #define UNZ_OK (0) | 76 | #define UNZ_OK (0) |
| 75 | #define UNZ_END_OF_LIST_OF_FILE (-100) | 77 | #define UNZ_END_OF_LIST_OF_FILE (-100) |
diff --git a/contrib/minizip/zip.h b/contrib/minizip/zip.h index 9526eacd..2a0fac67 100644 --- a/contrib/minizip/zip.h +++ b/contrib/minizip/zip.h | |||
| @@ -69,6 +69,8 @@ typedef zipFile__ *zipFile; | |||
| 69 | typedef voidp zipFile; | 69 | typedef voidp zipFile; |
| 70 | #endif | 70 | #endif |
| 71 | 71 | ||
| 72 | extern const char zip_copyright[]; | ||
| 73 | |||
| 72 | #define ZIP_OK (0) | 74 | #define ZIP_OK (0) |
| 73 | #define ZIP_EOF (0) | 75 | #define ZIP_EOF (0) |
| 74 | #define ZIP_ERRNO (Z_ERRNO) | 76 | #define ZIP_ERRNO (Z_ERRNO) |
| @@ -36,6 +36,10 @@ | |||
| 36 | define "local" for the non-static meaning of "static", for readability | 36 | define "local" for the non-static meaning of "static", for readability |
| 37 | (compile with -Dlocal if your debugger can't find static symbols) */ | 37 | (compile with -Dlocal if your debugger can't find static symbols) */ |
| 38 | 38 | ||
| 39 | extern const char deflate_copyright[]; | ||
| 40 | extern const char inflate_copyright[]; | ||
| 41 | extern const char inflate9_copyright[]; | ||
| 42 | |||
| 39 | typedef unsigned char uch; | 43 | typedef unsigned char uch; |
| 40 | typedef uch FAR uchf; | 44 | typedef uch FAR uchf; |
| 41 | typedef unsigned short ush; | 45 | typedef unsigned short ush; |
