OF 146 lib/inflate.c STATIC int INIT huft_build OF((unsigned *, unsigned, unsigned, OF 148 lib/inflate.c STATIC int INIT huft_free OF((struct huft *)); OF 149 lib/inflate.c STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int)); OF 150 lib/inflate.c STATIC int INIT inflate_stored OF((void)); OF 151 lib/inflate.c STATIC int INIT inflate_fixed OF((void)); OF 152 lib/inflate.c STATIC int INIT inflate_dynamic OF((void)); OF 153 lib/inflate.c STATIC int INIT inflate_block OF((int *)); OF 154 lib/inflate.c STATIC int INIT inflate OF((void));