X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.h;h=711ff662a674ee1d292e0566265de7576d3dde5d;hb=4ee107046a0ffd91f6c60c787326a5e27b799f6d;hp=e6fac710c1216c113a167ada1fc2695bb6354b11;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/gzip.h b/gzip.h index e6fac71..711ff66 100644 --- a/gzip.h +++ b/gzip.h @@ -140,6 +140,7 @@ 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 */