summaryrefslogtreecommitdiffstats
path: root/usr.bin/cksum/extern.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-09-26 08:02:18 +0000
committerphk <phk@FreeBSD.org>1997-09-26 08:02:18 +0000
commitf5b2fcb0c6f815432425d9ea40997a1fbf5e5ad0 (patch)
tree497278b0189320a5cb0a67bdfad51d1c684c87e6 /usr.bin/cksum/extern.h
parentfac1bc9849ae1889e0cb9b40de0921d076888090 (diff)
downloadFreeBSD-src-f5b2fcb0c6f815432425d9ea40997a1fbf5e5ad0.zip
FreeBSD-src-f5b2fcb0c6f815432425d9ea40997a1fbf5e5ad0.tar.gz
Add canonical 32bit crc as alorithm 3.
PR: 4615 Reviewed by: phk Submitted by: Mike Meyer <mwm@shiva.the-park.com>
Diffstat (limited to 'usr.bin/cksum/extern.h')
-rw-r--r--usr.bin/cksum/extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/cksum/extern.h b/usr.bin/cksum/extern.h
index ed61120..2d43490 100644
--- a/usr.bin/cksum/extern.h
+++ b/usr.bin/cksum/extern.h
@@ -42,4 +42,5 @@ void psum1 __P((char *, unsigned long, unsigned long));
void psum2 __P((char *, unsigned long, unsigned long));
int csum1 __P((int, unsigned long *, unsigned long *));
int csum2 __P((int, unsigned long *, unsigned long *));
+int crc32 __P((int, unsigned long *, unsigned long *));
__END_DECLS
OpenPOWER on IntegriCloud