- janitorial: huft_build is never used outside of decompress_unzip.c and has no

prototype (which suggests that it's of no general use) so make it static for now.
This commit is contained in:
Bernhard Reutner-Fischer 2006-04-02 21:23:40 +00:00
parent 9a67ca309c
commit 7ab5f4d03d

View File

@ -232,6 +232,7 @@ static int huft_free(huft_t * t)
* t: result: starting table
* m: maximum lookup bits, returns actual
*/
static
int huft_build(unsigned int *b, const unsigned int n,
const unsigned int s, const unsigned short *d,
const unsigned char *e, huft_t ** t, unsigned int *m)