aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/rt_names.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-04 13:22:58 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-04 13:22:58 +0000
commit0901c515183de69c73a9385a33f7464bc0219204 (patch)
tree14fe75e854c8d77cc5fec687ba469acad4bc8f8e /networking/libiproute/rt_names.h
parent161931efa510e641d72465378bfc6ce8373d2cd7 (diff)
downloadbusybox-0901c515183de69c73a9385a33f7464bc0219204.tar.gz
- add WIP stub for tc.
Printing worked at some point. Modify/Delete needs some refacturing.
Diffstat (limited to 'networking/libiproute/rt_names.h')
-rw-r--r--networking/libiproute/rt_names.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/libiproute/rt_names.h b/networking/libiproute/rt_names.h
index 60baa3f16..3d68b67c8 100644
--- a/networking/libiproute/rt_names.h
+++ b/networking/libiproute/rt_names.h
@@ -24,10 +24,9 @@ extern const char* ll_addr_n2a(unsigned char *addr, int alen, int type,
char *buf, int blen);
extern int ll_addr_a2n(unsigned char *lladdr, int len, char *arg);
-#ifdef UNUSED
+
extern const char* ll_proto_n2a(unsigned short id, char *buf, int len);
extern int ll_proto_a2n(unsigned short *id, char *buf);
-#endif
#if __GNUC_PREREQ(4,1)
# pragma GCC visibility pop