Pre-declare struct proc to avoid 'inside param list' warnings.

This commit is contained in:
Peter Wemm 1999-05-08 14:28:52 +00:00
parent 0ce8bd9571
commit ecbc643aca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46696

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in.h 8.3 (Berkeley) 1/3/94
* $Id: in.h,v 1.40 1999/04/28 11:37:43 phk Exp $
* $Id: in.h,v 1.41 1999/05/04 16:20:29 luigi Exp $
*/
#ifndef _NETINET_IN_H_
@ -427,6 +427,7 @@ struct ip_mreq {
#ifdef KERNEL
struct ifnet; struct mbuf; /* forward declarations for Standard C */
struct proc;
int in_broadcast __P((struct in_addr, struct ifnet *));
int in_canforward __P((struct in_addr));