--- pgp/src/zip.h 2018/04/24 16:37:54 1.1.1.1 +++ pgp/src/zip.h 2018/04/24 16:41:25 1.1.1.4 @@ -38,23 +38,7 @@ * distances are limited to MAX_DIST instead of WSIZE. */ -/* Define malloc() and string functions */ -#ifdef MODERN -# include -#else /* !MODERN */ - voidp *malloc(); - voidp *calloc(); - char *getenv(); - long atol(); - char *strcpy(); - char *strcat(); - char *strchr(); - char *strrchr(); -# ifndef ZMEM - char *memset(); - char *memcpy(); -# endif /* !ZMEM */ -#endif /* ?MODERN */ +#include /* Define fseek() commands */ #ifndef SEEK_SET @@ -99,6 +83,7 @@ extern int level; /* Compr /* Diagnostic functions */ #ifdef DEBUG + extern char verbose; /* PGP -l flag */ # ifdef MSDOS # undef stderr # define stderr stdout @@ -139,7 +124,7 @@ void lm_init OF((int pack_level, ush *fl ulg deflate OF((void)); /* in trees.c */ -void ct_init OF((ush *attr, int *method)); +void ct_init OF((ush *attr, int *Method)); int ct_tally OF((int dist, int lc)); ulg flush_block OF((char *buf, ulg stored_len, int eof));