diff options
Diffstat (limited to 'include/net/dn_neigh.h')
-rw-r--r-- | include/net/dn_neigh.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/net/dn_neigh.h b/include/net/dn_neigh.h index 4cb4ae7fb81f..fac4e3f4a6d3 100644 --- a/include/net/dn_neigh.h +++ b/include/net/dn_neigh.h | |||
@@ -16,12 +16,12 @@ struct dn_neigh { | |||
16 | __u8 priority; | 16 | __u8 priority; |
17 | }; | 17 | }; |
18 | 18 | ||
19 | extern void dn_neigh_init(void); | 19 | void dn_neigh_init(void); |
20 | extern void dn_neigh_cleanup(void); | 20 | void dn_neigh_cleanup(void); |
21 | extern int dn_neigh_router_hello(struct sk_buff *skb); | 21 | int dn_neigh_router_hello(struct sk_buff *skb); |
22 | extern int dn_neigh_endnode_hello(struct sk_buff *skb); | 22 | int dn_neigh_endnode_hello(struct sk_buff *skb); |
23 | extern void dn_neigh_pointopoint_hello(struct sk_buff *skb); | 23 | void dn_neigh_pointopoint_hello(struct sk_buff *skb); |
24 | extern int dn_neigh_elist(struct net_device *dev, unsigned char *ptr, int n); | 24 | int dn_neigh_elist(struct net_device *dev, unsigned char *ptr, int n); |
25 | 25 | ||
26 | extern struct neigh_table dn_neigh_table; | 26 | extern struct neigh_table dn_neigh_table; |
27 | 27 | ||