X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=bits.c;h=846b2f282f0a70bb1bb985c755c59876f07e0a10;hb=946800fdc916bc2ecd0f53a7987184123af732d2;hp=646b338e11f16c5c78bea470a9883e320ef402d4;hpb=70b787436ae3f40de5046676b97c0d621715f4f2;p=debian%2Fgzip diff --git a/bits.c b/bits.c index 646b338..846b2f2 100644 --- a/bits.c +++ b/bits.c @@ -1,6 +1,6 @@ /* bits.c -- output variable-length bit strings - Copyright (C) 1999, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1999, 2009-2013 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify @@ -67,7 +67,6 @@ #include #include "tailor.h" #include "gzip.h" -#include "crypt.h" #ifdef DEBUG # include @@ -94,7 +93,7 @@ local int bi_valid; * are always zero. */ -int (*read_buf) OF((char *buf, unsigned size)); +int (*read_buf) (char *buf, unsigned size); /* Current input function. Set to mem_read for in-memory compression */ #ifdef DEBUG