summaryrefslogtreecommitdiff
path: root/archived/ptlibzippy/contrib/crc32vx/crc32_vx_hooks.h
blob: 18865b72461ea454a264ca2e1cf567f95190127e (plain)
1
2
3
4
5
6
7
8
9
#ifndef CRC32_VX_HOOKS_H
#define CRC32_VX_HOOKS_H

/**
 * CRC HOOKS
 */
PTLIBZIPPY_INTERNAL extern unsigned long (*crc32_z_hook)(unsigned long crc, const unsigned char FAR *buf, z_size_t len);

#endif /* CRC32_VX_HOOKS_H */