aboutsummaryrefslogtreecommitdiff
path: root/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'route.c')
-rw-r--r--route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/route.c b/route.c
index b1152ca9d..337b35825 100644
--- a/route.c
+++ b/route.c
@@ -15,7 +15,7 @@
15 * Foundation; either version 2 of the License, or (at 15 * Foundation; either version 2 of the License, or (at
16 * your option) any later version. 16 * your option) any later version.
17 * 17 *
18 * $Id: route.c,v 1.8 2001/03/07 06:33:01 andersen Exp $ 18 * $Id: route.c,v 1.9 2001/03/09 21:24:12 andersen Exp $
19 * 19 *
20 * displayroute() code added by Vladimir N. Oleynik <dzo@simtreas.ru> 20 * displayroute() code added by Vladimir N. Oleynik <dzo@simtreas.ru>
21 * adjustments by Larry Doolittle <LRDoolittle@lbl.gov> 21 * adjustments by Larry Doolittle <LRDoolittle@lbl.gov>
@@ -346,7 +346,7 @@ INET_setroute(int action, int options, char **args)
346 return EXIT_SUCCESS; 346 return EXIT_SUCCESS;
347} 347}
348 348
349void displayroutes(void) 349static void displayroutes(void)
350{ 350{
351 char buff[256]; 351 char buff[256];
352 int nl = 0 ; 352 int nl = 0 ;