update .Os and history from .Ud to .Bx 4.4
[unix-history] / usr / src / usr.bin / cksum / extern.h
CommitLineData
25166c92
KB
1/*-
2 * Copyright (c) 1991 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
7 * @(#)extern.h 5.1 (Berkeley) %G%
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