X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.h;h=5270c56a4d90c7d223abfefc0a22054b89028773;hb=5e7660c3dbe55d8580d9a79a1e71f25359ecf252;hp=0c3dd6846eb90495b018414a60a242ceb7ba62db;hpb=802f4f397f6823422798c944b833b112af37ce14;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 */