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