From e386ad7265df46df5536cc9033500394f717a720 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 1 Aug 2008 05:07:41 +0000 Subject: Add missing prototypes. --- cpukit/libnetworking/rtems/rtems_showroute.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/libnetworking/rtems/rtems_showroute.c') diff --git a/cpukit/libnetworking/rtems/rtems_showroute.c b/cpukit/libnetworking/rtems/rtems_showroute.c index d6b0455ba3..a1eca66978 100644 --- a/cpukit/libnetworking/rtems/rtems_showroute.c +++ b/cpukit/libnetworking/rtems/rtems_showroute.c @@ -88,9 +88,9 @@ copyAddress (void *to, void *from, int tolen) * the printing completes! */ static int -show_inet_route (rn, vw) - struct radix_node *rn; - void *vw; +show_inet_route ( + struct radix_node *rn, + void *vw ) { struct rtentry *rt = (struct rtentry *)rn; struct ifnet *ifp; -- cgit v1.2.3