summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>2002-10-20 19:18:33 -0300
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>2002-10-20 19:18:33 -0300
commit4b97ad0ac948c60a82cd34dccde23f073dc47bb5 (patch)
tree14a74b322e02baf52d22fb02d96f175e23d4621d /include/net
parent414ae5bbfd855b9530c453e2ebf20948ae7dca5c (diff)
o ipv4: move /proc/net/arp seq_file support back to arp.c
This also buries ip_proc.c.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/arp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/arp.h b/include/net/arp.h
index c6f2056d193f..f65d245f42cc 100644
--- a/include/net/arp.h
+++ b/include/net/arp.h
@@ -18,7 +18,6 @@ extern void arp_send(int type, int ptype, u32 dest_ip,
extern int arp_bind_neighbour(struct dst_entry *dst);
extern int arp_mc_map(u32 addr, u8 *haddr, struct net_device *dev, int dir);
extern void arp_ifdown(struct net_device *dev);
-extern unsigned arp_state_to_flags(struct neighbour *neigh);
extern struct neigh_ops arp_broken_ops;