xref: /original-bsd/bin/sh/mail.h (revision b3c06cab)
1 /*-
2  * Copyright (c) 1991, 1993
3  *	The Regents of the University of California.  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	8.2 (Berkeley) 05/04/95
11  */
12 
13 void chkmail __P((int));
14