fixed the under development line
[unix-history] / usr / src / usr.bin / cksum / extern.h
CommitLineData
25166c92 1/*-
8964deec
KB
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
25166c92
KB
4 *
5 * %sccs.include.redist.c%
6 *
8964deec 7 * @(#)extern.h 8.1 (Berkeley) %G%
25166c92
KB
8 */
9
10#include <sys/cdefs.h>
11
12__BEGIN_DECLS
13int crc __P((int, unsigned long *, unsigned long *));
14void pcrc __P((char *, unsigned long, unsigned long));
15void psum1 __P((char *, unsigned long, unsigned long));
16void psum2 __P((char *, unsigned long, unsigned long));
17int csum1 __P((int, unsigned long *, unsigned long *));
18int csum2 __P((int, unsigned long *, unsigned long *));
19__END_DECLS