diff options
Diffstat (limited to 'net/tipc/bcast.h')
-rw-r--r-- | net/tipc/bcast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h index 06740da5ae61..0b0444363b45 100644 --- a/net/tipc/bcast.h +++ b/net/tipc/bcast.h | |||
@@ -88,7 +88,7 @@ static inline int tipc_nmap_equal(struct tipc_node_map *nm_a, struct tipc_node_m | |||
88 | void tipc_port_list_add(struct port_list *pl_ptr, u32 port); | 88 | void tipc_port_list_add(struct port_list *pl_ptr, u32 port); |
89 | void tipc_port_list_free(struct port_list *pl_ptr); | 89 | void tipc_port_list_free(struct port_list *pl_ptr); |
90 | 90 | ||
91 | int tipc_bclink_init(void); | 91 | void tipc_bclink_init(void); |
92 | void tipc_bclink_stop(void); | 92 | void tipc_bclink_stop(void); |
93 | struct tipc_node *tipc_bclink_retransmit_to(void); | 93 | struct tipc_node *tipc_bclink_retransmit_to(void); |
94 | void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked); | 94 | void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked); |