xref: /original-bsd/bin/sh/mail.h (revision be7c7628)
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) 03/07/91
11  */
12 
13 #ifdef __STDC__
14 void chkmail(int);
15 #else
16 void chkmail();
17 #endif
18