aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/libnetlink.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/libnetlink.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/libnetlink.h')
-rw-r--r--networking/libiproute/libnetlink.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/libiproute/libnetlink.h b/networking/libiproute/libnetlink.h
index 45d3ad2bc..c8a8b783c 100644
--- a/networking/libiproute/libnetlink.h
+++ b/networking/libiproute/libnetlink.h
@@ -37,10 +37,6 @@ extern int rta_addattr_l(struct rtattr *rta, int maxlen, int type, void *data, i
extern int parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len);
-extern int rtnl_listen(struct rtnl_handle *, int (*handler)(struct sockaddr_nl *,struct nlmsghdr *n, void *),
- void *jarg);
-extern int rtnl_from_file(FILE *, int (*handler)(struct sockaddr_nl *,struct nlmsghdr *n, void *),
- void *jarg);
#endif /* __LIBNETLINK_H__ */