Fixed prototype.

This commit is contained in:
Steven Fuller 2008-05-18 05:25:08 -07:00 committed by Patryk Obara
parent 25260a55dc
commit 40fa3975bf

View file

@ -61,7 +61,7 @@ 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);