Merge tag 'upstream/1.5'
[debian/gzip] / gzip.h
diff --git a/gzip.h b/gzip.h
index e6fac710c1216c113a167ada1fc2695bb6354b11..711ff662a674ee1d292e0566265de7576d3dde5d 100644 (file)
--- 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 */