fix for #658734, adding -h support back to zgrep
[debian/gzip] / gzip.h
diff --git a/gzip.h b/gzip.h
index 642d6e05d5f45ba407a1abce57979e6f76df975a..5270c56a4d90c7d223abfefc0a22054b89028773 100644 (file)
--- a/gzip.h
+++ b/gzip.h
@@ -295,7 +295,7 @@ off_t deflate OF((void));
         /* in trees.c */
 void ct_init     OF((ush *attr, int *method));
 int  ct_tally    OF((int dist, int lc));
-off_t flush_block OF((char *buf, ulg stored_len, int pad, int eof));
+off_t flush_block OF((char *buf, ulg stored_len, int eof));
 
         /* in bits.c */
 void     bi_init    OF((file_t zipfile));