X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gzip.h;h=5270c56a4d90c7d223abfefc0a22054b89028773;hb=acdbf0082754a9cbd2e7c0f689f09fb23b5c2bc4;hp=642d6e05d5f45ba407a1abce57979e6f76df975a;hpb=dc0ab95dbae38577efebe2283fc9b76e92ef4233;p=debian%2Fgzip diff --git a/gzip.h b/gzip.h index 642d6e0..5270c56 100644 --- 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));