Provide forward declarations for struct ifnet and struct mbuf

to avoid compiler warnings.
This commit is contained in:
Archie Cobbs 2000-06-29 22:30:42 +00:00
parent 6ec86086e7
commit 44ce4b7dcd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62267

View File

@ -82,6 +82,9 @@ struct ether_addr {
#ifdef _KERNEL
struct ifnet;
struct mbuf;
extern void (*ng_ether_input_p)(struct ifnet *ifp,
struct mbuf **mp, struct ether_header *eh);
extern void (*ng_ether_input_orphan_p)(struct ifnet *ifp,