Files
QZMusic/apkdiff/third_party/zlib/contrib/crc32vx/crc32_vx_hooks.h

10 lines
218 B
C
Raw Normal View History

2026-07-04 22:01:38 +08:00
#ifndef CRC32_VX_HOOKS_H
#define CRC32_VX_HOOKS_H
/**
* CRC HOOKS
*/
ZLIB_INTERNAL extern unsigned long (*crc32_z_hook)(unsigned long crc, const unsigned char FAR *buf, z_size_t len);
#endif /* CRC32_VX_HOOKS_H */