diff options
Diffstat (limited to 'zutil.h')
-rw-r--r-- | zutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ | |||
216 | #endif | 216 | #endif |
217 | 217 | ||
218 | /* Diagnostic functions */ | 218 | /* Diagnostic functions */ |
219 | #ifdef DEBUG | 219 | #ifdef ZLIB_DEBUG |
220 | # include <stdio.h> | 220 | # include <stdio.h> |
221 | extern int ZLIB_INTERNAL z_verbose; | 221 | extern int ZLIB_INTERNAL z_verbose; |
222 | extern void ZLIB_INTERNAL z_error OF((char *m)); | 222 | extern void ZLIB_INTERNAL z_error OF((char *m)); |