summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_showroute.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:07:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:07:41 +0000
commite386ad7265df46df5536cc9033500394f717a720 (patch)
tree51041532039faa76c50d80e2513db8cc76220348 /cpukit/libnetworking/rtems/rtems_showroute.c
parent2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e386ad7265df46df5536cc9033500394f717a720.tar.bz2
Add missing prototypes.
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_showroute.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showroute.c6
1 files changed, 3 insertions, 3 deletions
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;