mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
- 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:
parent
9a67ca309c
commit
7ab5f4d03d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue