From 2adc6309fe27cdb87a4f07ae1e75c44c5da4ceed Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 1 Feb 1998 20:08:39 +0000 Subject: Forward declare more structs that are used in prototypes here - don't depend on forward declaring common ones. --- sys/netipx/ipx_var.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/netipx') diff --git a/sys/netipx/ipx_var.h b/sys/netipx/ipx_var.h index 7e6731f..1e92b76 100644 --- a/sys/netipx/ipx_var.h +++ b/sys/netipx/ipx_var.h @@ -33,7 +33,7 @@ * * @(#)ipx_var.h * - * $Id: ipx_var.h,v 1.7 1997/06/26 19:35:59 jhay Exp $ + * $Id: ipx_var.h,v 1.8 1997/08/16 19:15:46 wollman Exp $ */ #ifndef _NETIPX_IPX_VAR_H_ @@ -75,6 +75,7 @@ extern union ipx_host ipx_broadhost; struct ifnet; struct ipx_addr; struct mbuf; +struct proc; struct route; struct sockaddr; struct socket; -- cgit v1.1