summaryrefslogtreecommitdiffstats
path: root/include/net/dn_neigh.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dn_neigh.h')
-rw-r--r--include/net/dn_neigh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/dn_neigh.h b/include/net/dn_neigh.h
index 7a1be0265..4887475e1 100644
--- a/include/net/dn_neigh.h
+++ b/include/net/dn_neigh.h
@@ -19,8 +19,8 @@ struct dn_neigh {
extern void dn_neigh_init(void);
extern void dn_neigh_cleanup(void);
extern struct neighbour *dn_neigh_lookup(struct neigh_table *tbl, void *ptr);
-extern void dn_neigh_router_hello(struct sk_buff *skb);
-extern void dn_neigh_endnode_hello(struct sk_buff *skb);
+extern int dn_neigh_router_hello(struct sk_buff *skb);
+extern int dn_neigh_endnode_hello(struct sk_buff *skb);
extern void dn_neigh_pointopoint_hello(struct sk_buff *skb);
extern int dn_neigh_elist(struct net_device *dev, unsigned char *ptr, int n);