diff options
Diffstat (limited to 'net/tipc/discover.h')
-rw-r--r-- | net/tipc/discover.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tipc/discover.h b/net/tipc/discover.h index d2c3cffb79fc..4046d7743f07 100644 --- a/net/tipc/discover.h +++ b/net/tipc/discover.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * net/tipc/discover.h | 2 | * net/tipc/discover.h |
3 | * | 3 | * |
4 | * Copyright (c) 2003-2006, Ericsson AB | 4 | * Copyright (c) 2003-2006, Ericsson AB |
5 | * Copyright (c) 2005, Wind River Systems | 5 | * Copyright (c) 2005, 2010-2011, Wind River Systems |
6 | * All rights reserved. | 6 | * All rights reserved. |
7 | * | 7 | * |
8 | * Redistribution and use in source and binary forms, with or without | 8 | * Redistribution and use in source and binary forms, with or without |
@@ -39,13 +39,13 @@ | |||
39 | 39 | ||
40 | struct link_req; | 40 | struct link_req; |
41 | 41 | ||
42 | struct link_req *tipc_disc_init_link_req(struct 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); | 45 | u32 req_links); |
46 | void tipc_disc_update_link_req(struct link_req *req); | 46 | void tipc_disc_update_link_req(struct link_req *req); |
47 | void tipc_disc_stop_link_req(struct link_req *req); | 47 | void tipc_disc_stop_link_req(struct link_req *req); |
48 | 48 | ||
49 | void tipc_disc_recv_msg(struct sk_buff *buf, struct bearer *b_ptr); | 49 | void tipc_disc_recv_msg(struct sk_buff *buf, struct tipc_bearer *b_ptr); |
50 | 50 | ||
51 | #endif | 51 | #endif |