From 1de00c1f9d0f1eba90be53b8dd9635b79b68dc2a Mon Sep 17 00:00:00 2001 From: Andre Pang Date: Sun, 12 Dec 2004 06:55:58 +0000 Subject: Code cleanups and elimination of some compiler warnings; patch courtesy of AL13N CVS patchset: 7230 CVS date: 2004/12/12 06:55:58 --- src/liba52/crc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/liba52') diff --git a/src/liba52/crc.c b/src/liba52/crc.c index d19a4a2e1..2cd92e116 100644 --- a/src/liba52/crc.c +++ b/src/liba52/crc.c @@ -25,6 +25,8 @@ #include #include +uint16_t crc16_block(uint8_t *,uint32_t); + static const uint16_t crc_lut[256] = { 0x0000,0x8005,0x800f,0x000a,0x801b,0x001e,0x0014,0x8011, -- cgit v1.2.3