Fossil SCM
|
1
|
#ifndef CRC32_VX_HOOKS_H |
|
2
|
#define CRC32_VX_HOOKS_H |
|
3
|
|
|
4
|
/** |
|
5
|
* CRC HOOKS |
|
6
|
*/ |
|
7
|
ZLIB_INTERNAL extern unsigned long (*crc32_z_hook)(unsigned long crc, const unsigned char FAR *buf, z_size_t len); |
|
8
|
|
|
9
|
#endif /* CRC32_VX_HOOKS_H */ |
|
10
|
|