diff options
Diffstat (limited to 'net/tipc/link.h')
-rw-r--r-- | net/tipc/link.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h index be24d1fd5132..9c4acc26b3b1 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
@@ -262,5 +262,9 @@ int tipc_nl_parse_link_prop(struct nlattr *prop, struct nlattr *props[]); | |||
262 | int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq); | 262 | int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq); |
263 | int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb, | 263 | int tipc_link_rcv(struct tipc_link *l, struct sk_buff *skb, |
264 | struct sk_buff_head *xmitq); | 264 | struct sk_buff_head *xmitq); |
265 | void tipc_link_build_ack_msg(struct tipc_link *l, struct sk_buff_head *xmitq); | ||
266 | void tipc_link_add_bc_peer(struct tipc_link *l); | ||
267 | void tipc_link_remove_bc_peer(struct tipc_link *l); | ||
268 | int tipc_link_bc_peers(struct tipc_link *l); | ||
265 | 269 | ||
266 | #endif | 270 | #endif |