diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-03-03 18:37:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-03-03 18:37:39 +0000 |
commit | cbd1c857440347df90810fe93569db959096b9c5 (patch) | |
tree | 916d39cb3c7028f4320a56723bc08862520b36a3 /networking/libiproute/libnetlink.h | |
parent | c05dda4b2dfe8893c751c39469ef14d690c354ac (diff) | |
download | busybox-w32-cbd1c857440347df90810fe93569db959096b9c5.tar.gz busybox-w32-cbd1c857440347df90810fe93569db959096b9c5.tar.bz2 busybox-w32-cbd1c857440347df90810fe93569db959096b9c5.zip |
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.h | 4 |
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 | |||
37 | 37 | ||
38 | extern int parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len); | 38 | extern int parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len); |
39 | 39 | ||
40 | extern int rtnl_listen(struct rtnl_handle *, int (*handler)(struct sockaddr_nl *,struct nlmsghdr *n, void *), | ||
41 | void *jarg); | ||
42 | extern int rtnl_from_file(FILE *, int (*handler)(struct sockaddr_nl *,struct nlmsghdr *n, void *), | ||
43 | void *jarg); | ||
44 | 40 | ||
45 | #endif /* __LIBNETLINK_H__ */ | 41 | #endif /* __LIBNETLINK_H__ */ |
46 | 42 | ||