X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=unpack.c;h=947d7a59d8dfdce1f74bb6dd746c5dbd916cd266;hb=3acc9d6f25e716af0edee5721ba33e87da802bf7;hp=9a022e8a12cf972bf6a18bb2d6926da4b017d749;hpb=70b787436ae3f40de5046676b97c0d621715f4f2;p=debian%2Fgzip diff --git a/unpack.c b/unpack.c index 9a022e8..947d7a5 100644 --- a/unpack.c +++ b/unpack.c @@ -20,7 +20,6 @@ #include #include "tailor.h" #include "gzip.h" -#include "crypt.h" #define MIN(a,b) ((a) <= (b) ? (a) : (b)) /* The arguments must not have side effects. */ @@ -95,8 +94,8 @@ local int valid; /* number of valid bits in bitbuf */ /* Local functions */ -local void read_tree OF((void)); -local void build_tree OF((void)); +local void read_tree (void); +local void build_tree (void); /* =========================================================================== * Read the Huffman tree.