diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-09-19 20:29:11 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-09-19 20:29:11 +0000 |
commit | 0257be03553018891e610a6eb140229d50b113e1 (patch) | |
tree | b75635f92a2866b127125e4913d02b6f1cf0992b /sbin | |
parent | 965a9d4167b81d29582ac87a4c61568586783f61 (diff) |
kill prototypes for long removed functions, Rafael Sadowski <rafael at
sizeofvoid.org>
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index e0d89476e64..2bb408361f3 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.249 2011/08/21 06:28:31 haesbaert Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.250 2011/09/19 20:29:10 henning Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -526,8 +526,6 @@ void in6_status(int); void in6_getaddr(const char *, int); void in6_getprefix(const char *, int); #endif /* INET6 */ -void at_status(int); -void at_getaddr(const char *, int); void ieee80211_status(void); void ieee80211_listchans(void); void ieee80211_listnodes(void); |