- janitorial: huft_build is never used outside of decompress_unzip.c and has no
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 2 Apr 2006 21:23:40 +0000 (21:23 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sun, 2 Apr 2006 21:23:40 +0000 (21:23 -0000)
  prototype (which suggests that it's of no general use) so make it static for now.

archival/libunarchive/decompress_unzip.c

index 7c43bed120ed80a681c82efc51ab548073736297..3215697aa70ed0aa6af4a667a9c681766c6793d2 100644 (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)