zlibWrapper: added get_crc_table
parent
d72f4b6b7a
commit
5b114d3c01
|
@ -1042,3 +1042,8 @@ ZEXTERN uLong ZEXPORT z_crc32 OF((uLong crc, const Bytef *buf, uInt len))
|
|||
{
|
||||
return crc32(crc, buf, len);
|
||||
}
|
||||
|
||||
ZEXTERN const z_crc_t FAR * ZEXPORT z_get_crc_table OF((void))
|
||||
{
|
||||
return get_crc_table();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue