diff options
Diffstat (limited to 'net/tipc/discover.h')
-rw-r--r-- | net/tipc/discover.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tipc/discover.h b/net/tipc/discover.h index 4046d7743f07..e48a167e47b2 100644 --- a/net/tipc/discover.h +++ b/net/tipc/discover.h | |||
@@ -41,8 +41,7 @@ struct link_req; | |||
41 | 41 | ||
42 | struct link_req *tipc_disc_init_link_req(struct tipc_bearer *b_ptr, | 42 | struct link_req *tipc_disc_init_link_req(struct tipc_bearer *b_ptr, |
43 | const struct tipc_media_addr *dest, | 43 | const struct tipc_media_addr *dest, |
44 | u32 dest_domain, | 44 | u32 dest_domain); |
45 | u32 req_links); | ||
46 | void tipc_disc_update_link_req(struct link_req *req); | 45 | void tipc_disc_update_link_req(struct link_req *req); |
47 | void tipc_disc_stop_link_req(struct link_req *req); | 46 | void tipc_disc_stop_link_req(struct link_req *req); |
48 | 47 | ||