extern variable declaration in a .c file is heresy - fixing it

This commit is contained in:
Denis Vlasenko
2007-01-03 01:57:25 +00:00
parent 75fa4eb155
commit bb3d0fab3b
3 changed files with 9 additions and 5 deletions

View File

@@ -32,9 +32,6 @@
#define ZIP_CDS_END_MAGIC SWAP_LE32(0x06054b50)
#define ZIP_DD_MAGIC SWAP_LE32(0x08074b50)
extern unsigned int gunzip_crc;
extern unsigned int gunzip_bytes_out;
typedef union {
unsigned char raw[26];
struct {