diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-21 10:20:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-21 10:20:13 +0000 |
commit | 789b87edf573bcd432c6bd38ed1dabb2e45866cd (patch) | |
tree | d78872a36effc499d478707eed89f6af96ea0958 /networking/libiproute/utils.h | |
parent | 833358798afe256352b4ba62a3d93e5273ce6533 (diff) | |
download | busybox-w32-789b87edf573bcd432c6bd38ed1dabb2e45866cd.tar.gz busybox-w32-789b87edf573bcd432c6bd38ed1dabb2e45866cd.tar.bz2 busybox-w32-789b87edf573bcd432c6bd38ed1dabb2e45866cd.zip |
- remove matches() from networking/. Untested.
text data bss dec hex filename
1705 0 0 1705 6a9 networking/libiproute/utils.o.orig
1676 0 0 1676 68c networking/libiproute/utils.o
766 0 0 766 2fe networking/libiproute/rtm_map.o.orig
670 0 0 670 29e networking/libiproute/rtm_map.o
4942 0 0 4942 134e networking/libiproute/iptunnel.o.orig
4687 0 0 4687 124f networking/libiproute/iptunnel.o
Diffstat (limited to '')
-rw-r--r-- | networking/libiproute/utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/libiproute/utils.h b/networking/libiproute/utils.h index 3bbc71d14..2c4dffd95 100644 --- a/networking/libiproute/utils.h +++ b/networking/libiproute/utils.h | |||
@@ -76,7 +76,6 @@ extern const char *rt_addr_n2a(int af, int len, void *addr, char *buf, int bufle | |||
76 | void invarg(const char *, const char *) ATTRIBUTE_NORETURN; | 76 | void invarg(const char *, const char *) ATTRIBUTE_NORETURN; |
77 | void duparg(const char *, const char *) ATTRIBUTE_NORETURN; | 77 | void duparg(const char *, const char *) ATTRIBUTE_NORETURN; |
78 | void duparg2(const char *, const char *) ATTRIBUTE_NORETURN; | 78 | void duparg2(const char *, const char *) ATTRIBUTE_NORETURN; |
79 | int ATTRIBUTE_DEPRECATED matches(const char *arg, const char *pattern); | ||
80 | int inet_addr_match(inet_prefix *a, inet_prefix *b, int bits); | 79 | int inet_addr_match(inet_prefix *a, inet_prefix *b, int bits); |
81 | 80 | ||
82 | const char *dnet_ntop(int af, const void *addr, char *str, size_t len); | 81 | const char *dnet_ntop(int af, const void *addr, char *str, size_t len); |