From 5a45b156d4165fed159a290c46676d1383ffcc80 Mon Sep 17 00:00:00 2001 From: Jonathan Santos Date: Wed, 17 Aug 2011 15:33:57 -0400 Subject: New upstream version 0.9.14 --- include/openbsc/crc24.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/openbsc/crc24.h') diff --git a/include/openbsc/crc24.h b/include/openbsc/crc24.h index 358fcb58f..756638c03 100644 --- a/include/openbsc/crc24.h +++ b/include/openbsc/crc24.h @@ -1,8 +1,10 @@ #ifndef _CRC24_H #define _CRC24_H +#include + #define INIT_CRC24 0xffffff -u_int32_t crc24_calc(u_int32_t fcs, u_int8_t *cp, unsigned int len); +uint32_t crc24_calc(uint32_t fcs, uint8_t *cp, unsigned int len); #endif -- cgit v1.2.3