aboutsummaryrefslogtreecommitdiff
path: root/contrib/crc32vx/crc32_vx_hooks.h
blob: 951c3188ab2ec7c791f72862e05f5d6fbbf7c67c (plain)
1
2
3
4
5
6
7
8
9
#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 */