diff options
Diffstat (limited to 'src/liba52/crc.c')
-rw-r--r-- | src/liba52/crc.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdio.h> #include <inttypes.h> +uint16_t crc16_block(uint8_t *,uint32_t); + static const uint16_t crc_lut[256] = { 0x0000,0x8005,0x800f,0x000a,0x801b,0x001e,0x0014,0x8011, |