Removed redundant prototype that accidently got left in.
This commit is contained in:
parent
0cab37ee8b
commit
5d730a8930
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ static HuffEncode EncodingTable[257];
|
|||
/* KJL 17:16:03 17/09/98 - Compression */
|
||||
static void PerformSymbolCensus(unsigned char *sourcePtr, int length);
|
||||
static int HuffItemsSortSub(const void *cmp1, const void *cmp2);
|
||||
static int __cdecl HuffItemsSortSub(const void *cmp1, const void *cmp2);
|
||||
static void SortCensusData(void);
|
||||
static void BuildHuffmanTree(void);
|
||||
static void MakeHuffTreeFromHuffItems(HuffNode *base, HuffItem *source, int count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue