Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2002 10:48:48 -0800 (PST)
From:      Nate Lawson <nate@root.org>
To:        Julian Elischer <julian@FreeBSD.org>
Cc:        cvs-all@freebsd.org, cvs-committers@freebsd.org
Subject:   Re: cvs commit: src/sys/netgraph ng_fec.c
Message-ID:  <Pine.BSF.4.21.0212271047480.78794-100000@root.org>
In-Reply-To: <20021223223128.C75D437B490@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 23 Dec 2002, Julian Elischer wrote:
>   Modified files:
>     sys/netgraph         ng_fec.c 
>   Log:
>   Make ng_fec.c compile again since Sam's changes.
>   
>   Submitted by:   Hiten Pandya (hiten@unixdaemons.com)
>   
>   Revision  Changes    Path
>   1.3       +8 -5      src/sys/netgraph/ng_fec.c
> 
> @@ -188,6 +188,10 @@
>  static void	ng_fec_print_ioctl(struct ifnet *ifp, int cmd, caddr_t data);
>  #endif
>  
> +/* ng_ether_input_p - see sys/netgraph/ng_ether.c */
> +extern void (*ng_ether_input_p)(struct ifnet *ifp, struct mbuf **mp,
> +			struct ether_header *eh);
> +

Shouldn't that be a prototype in a .h if it's a public interface?

-Nate


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0212271047480.78794-100000>