mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +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
|