summaryrefslogtreecommitdiff
path: root/include
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
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')
-rw-r--r--include/linux/udp.h3
-rw-r--r--include/net/arp.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/udp.h b/include/linux/udp.h
index 5bdb970a1b69..23992fbb73ae 100644
--- a/include/linux/udp.h
+++ b/include/linux/udp.h
@@ -57,4 +57,7 @@ struct udp_sock {
#define udp_sk(__sk) (&((struct udp_sock *)__sk)->udp)
+extern int udp_proc_init(void);
+extern void udp_proc_exit(void);
+
#endif /* _LINUX_UDP_H */
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;