From 1de0ea4abd7153c6fcdbdbac6048a1e46f673fc2 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 31 Jan 2017 11:32:49 +0100 Subject: Sort out variable and function declarations. - Make static what can be made static. - Add declaration where they were missing. - Don't define variables in headers. - Move declaations to the proper locations. - Pick up declarations from the proper headers. Signed-off-by: Ralf Baechle --- call/crc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'call/crc.c') diff --git a/call/crc.c b/call/crc.c index 1e74027..ba17f1c 100644 --- a/call/crc.c +++ b/call/crc.c @@ -7,6 +7,8 @@ updated: Mark Wahl DL4YBG 94/01/17 */ +#include "crc.h" + static int crcbit[8] = { 0x9188, 0x48c4, 0x2462, 0x1231, 0x8108, 0x4084, 0x2042, 0x1021 }; -- cgit v1.2.3