X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.h;h=648073eee4b3106513c4102dddfd8de02e99ca1a;hb=b6def44c57e9b31b98b7766c8916531a4db9fd27;hp=70ccaa93200f16646a263990f0e5d75868fa0b53;hpb=d738e90e8360e101b94fca8c79147f59565f62d8;p=debian%2Fgzip diff --git a/gzip.h b/gzip.h index 70ccaa9..648073e 100644 --- a/gzip.h +++ b/gzip.h @@ -140,7 +140,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 */