updated rsyncable patch
[debian/gzip] / gzip.h
diff --git a/gzip.h b/gzip.h
index 70ccaa93200f16646a263990f0e5d75868fa0b53..6d6e32331fd99803aa9da739382a92db41fa1db0 100644 (file)
--- a/gzip.h
+++ b/gzip.h
@@ -288,7 +288,7 @@ extern off_t deflate (void);
         /* in trees.c */
 extern void ct_init     (ush *attr, int *method);
 extern int  ct_tally    (int dist, int lc);
-extern off_t flush_block (char *buf, ulg stored_len, int eof);
+extern off_t flush_block (char *buf, ulg stored_len, int pad, int eof);
 
         /* in bits.c */
 extern void     bi_init    (file_t zipfile);