Renaming headers is hard work

This commit is contained in:
KimLS
2014-08-21 17:26:32 -07:00
parent 405884f47d
commit 06f18225ce
55 changed files with 64 additions and 69 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef _CRC16_H
#define _CRC16_H
#include "types.h"
uint16 CRC16(const unsigned char *buf, int size, int key);
#endif