diff options
Diffstat (limited to 'include/linux/inetdevice.h')
-rw-r--r-- | include/linux/inetdevice.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h index f4662fc3d..25c449598 100644 --- a/include/linux/inetdevice.h +++ b/include/linux/inetdevice.h @@ -76,8 +76,6 @@ extern struct in_device *inetdev_init(struct device *dev); extern struct in_device *inetdev_by_index(int); extern u32 inet_select_addr(struct device *dev, u32 dst, int scope); extern struct in_ifaddr *inet_ifa_byprefix(struct in_device *in_dev, u32 prefix, u32 mask); -extern int inet_add_bootp_addr(struct device *dev); -extern void inet_del_bootp_addr(struct device *dev); extern void inet_forward_change(void); extern __inline__ int inet_ifa_match(u32 addr, struct in_ifaddr *ifa) |