mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
7 lines
109 B
C
7 lines
109 B
C
#ifndef _CRC16_H
|
|
#define _CRC16_H
|
|
|
|
unsigned long CRC16(const unsigned char *buf, int size, int key);
|
|
|
|
#endif
|