4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / bin / sh / mail.h
CommitLineData
6c5bf7b4 1/*-
d1b73048
KB
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
6c5bf7b4
KB
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Kenneth Almquist.
7 *
8 * %sccs.include.redist.c%
9 *
d1b73048 10 * @(#)mail.h 8.1 (Berkeley) %G%
6c5bf7b4
KB
11 */
12
13#ifdef __STDC__
14void chkmail(int);
15#else
16void chkmail();
17#endif