diff options
Diffstat (limited to 'route.c')
-rw-r--r-- | route.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
349 | void displayroutes(void) | 349 | static void displayroutes(void) |
350 | { | 350 | { |
351 | char buff[256]; | 351 | char buff[256]; |
352 | int nl = 0 ; | 352 | int nl = 0 ; |