aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/rt_names.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-03-03 18:37:39 +0000
committerEric Andersen <andersen@codepoet.org>2006-03-03 18:37:39 +0000
commitcbd1c857440347df90810fe93569db959096b9c5 (patch)
tree916d39cb3c7028f4320a56723bc08862520b36a3 /networking/libiproute/rt_names.h
parentc05dda4b2dfe8893c751c39469ef14d690c354ac (diff)
downloadbusybox-cbd1c857440347df90810fe93569db959096b9c5.tar.gz
Kill off some unused code that was wasting several k, as noticed by
Denis Vlasenko when building with -ffunction-sections -fdata-sections
Diffstat (limited to 'networking/libiproute/rt_names.h')
-rw-r--r--networking/libiproute/rt_names.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/libiproute/rt_names.h b/networking/libiproute/rt_names.h
index ed090a13b..deb5aa6f4 100644
--- a/networking/libiproute/rt_names.h
+++ b/networking/libiproute/rt_names.h
@@ -5,12 +5,9 @@
extern const char* rtnl_rtprot_n2a(int id, char *buf, int len);
extern const char* rtnl_rtscope_n2a(int id, char *buf, int len);
-extern const char* rtnl_rttable_n2a(int id, char *buf, int len);
-extern const char* rtnl_rtrealm_n2a(int id, char *buf, int len);
extern const char* rtnl_dsfield_n2a(int id, char *buf, int len);
extern int rtnl_rtprot_a2n(uint32_t *id, char *arg);
extern int rtnl_rtscope_a2n(uint32_t *id, char *arg);
-extern int rtnl_rttable_a2n(uint32_t *id, char *arg);
extern int rtnl_rtrealm_a2n(uint32_t *id, char *arg);
extern int rtnl_dsfield_a2n(uint32_t *id, char *arg);