summaryrefslogtreecommitdiffstats
path: root/call/crc.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-06-07 10:23:42 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-06-07 10:23:42 +0200
commit0fceb64d25ff3d9586549bb43d971c5eef904330 (patch)
treed4799d0fd53a3d8ae342c84f8ad4fb2ca2f14de0 /call/crc.h
Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1
Diffstat (limited to 'call/crc.h')
-rw-r--r--call/crc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/call/crc.h b/call/crc.h
new file mode 100644
index 0000000..2f46059
--- /dev/null
+++ b/call/crc.h
@@ -0,0 +1,2 @@
+void init_crc(void);
+unsigned int calc_crc(unsigned char*, int, unsigned);