projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5547fb
)
fix no previous prototype warning
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 11 May 2006 02:36:51 +0000
(
02:36
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 11 May 2006 02:36:51 +0000
(
02:36
-0000)
networking/route.c
patch
|
blob
|
history
diff --git
a/networking/route.c
b/networking/route.c
index e7e8f1c020ad6776823be7d4b6f2e9b1b9e14f22..062ba8a1329e48d808ac3e5cdaed48002d04fee2 100644
(file)
--- a/
networking/route.c
+++ b/
networking/route.c
@@
-494,6
+494,7
@@
void set_flags(char *flagstr, int flags)
}
/* also used in netstat */
+void displayroutes(int noresolve, int netstatfmt);
void displayroutes(int noresolve, int netstatfmt)
{
char devname[64], flags[16], sdest[16], sgw[16];