X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.h;h=0c3dd6846eb90495b018414a60a242ceb7ba62db;hb=26cd8af14e8b28ea287fd8342cba35bdc81c75f4;hp=642d6e05d5f45ba407a1abce57979e6f76df975a;hpb=dc0ab95dbae38577efebe2283fc9b76e92ef4233;p=debian%2Fgzip diff --git a/gzip.h b/gzip.h index 642d6e0..0c3dd68 100644 --- a/gzip.h +++ b/gzip.h @@ -146,7 +146,6 @@ EXTERN(uch, window); /* Sliding window and suffix table (unlzw) */ extern unsigned insize; /* valid bytes in inbuf */ extern unsigned inptr; /* index of next byte to be processed in inbuf */ extern unsigned outcnt; /* bytes in output buffer */ -extern int rsync; /* deflate into rsyncable chunks */ extern off_t bytes_in; /* number of input bytes */ extern off_t bytes_out; /* number of output bytes */ @@ -295,7 +294,7 @@ off_t deflate OF((void)); /* in trees.c */ void ct_init OF((ush *attr, int *method)); int ct_tally OF((int dist, int lc)); -off_t flush_block OF((char *buf, ulg stored_len, int pad, int eof)); +off_t flush_block OF((char *buf, ulg stored_len, int eof)); /* in bits.c */ void bi_init OF((file_t zipfile));