Add missing function prototype.

This relates to issue #17.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
master
Slávek Banko 4 weeks ago
parent a4981cc4bf
commit 512be3d17b
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -48,6 +48,9 @@
#define RST0 0xD0 /* RST0 marker code */
/* defined in util.c */
void FixHuffTbl(HuffmanTable *);
static long getBuffer; /* current bit-extraction buffer */
static int bitsLeft; /* # of unused bits in it */

Loading…
Cancel
Save