X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.h;h=f298b47345a3c22c64385107607475071079bed6;hb=357a301170a6a584ee28c92edc9f2d385bbf8d85;hp=70ccaa93200f16646a263990f0e5d75868fa0b53;hpb=d738e90e8360e101b94fca8c79147f59565f62d8;p=debian%2Fgzip diff --git a/gzip.h b/gzip.h index 70ccaa9..f298b47 100644 --- a/gzip.h +++ b/gzip.h @@ -1,6 +1,6 @@ /* gzip.h -- common declarations for all gzip modules - Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2013 Free Software + Copyright (C) 1997-1999, 2001, 2006-2007, 2009-2016 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly. @@ -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);