aboutsummaryrefslogtreecommitdiff
path: root/networking/route.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-11 02:36:51 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-11 02:36:51 +0000
commite135a5d746c4f163f191e12b527636b0345e1456 (patch)
treef086dd0fa2371002ca44af48348569b3c740ed0f /networking/route.c
parentb5547fb0b33784ee6335d7416cb9710435a357e0 (diff)
downloadbusybox-e135a5d746c4f163f191e12b527636b0345e1456.tar.gz
fix no previous prototype warning
Diffstat (limited to 'networking/route.c')
-rw-r--r--networking/route.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/route.c b/networking/route.c
index e7e8f1c02..062ba8a13 100644
--- 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];