X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.h;h=5270c56a4d90c7d223abfefc0a22054b89028773;hb=d030cd5b7cea53192b2a5a9dfe922e8d5c200a3a;hp=0c3dd6846eb90495b018414a60a242ceb7ba62db;hpb=a2016c1de6e4884f6c8ed5cc498f3bf821c25ca4;p=debian%2Fgzip diff --git a/gzip.h b/gzip.h index 0c3dd68..5270c56 100644 --- a/gzip.h +++ b/gzip.h @@ -146,6 +146,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 */