un-patch local checkout of master branch
[debian/gzip] / gzip.h
diff --git a/gzip.h b/gzip.h
index 6d6e32331fd99803aa9da739382a92db41fa1db0..648073eee4b3106513c4102dddfd8de02e99ca1a 100644 (file)
--- a/gzip.h
+++ b/gzip.h
@@ -140,7 +140,6 @@ 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 */
@@ -288,7 +287,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 pad, int eof);
+extern off_t flush_block (char *buf, ulg stored_len, int eof);
 
         /* in bits.c */
 extern void     bi_init    (file_t zipfile);