diff options
Diffstat (limited to 'net/tipc/msg.h')
-rw-r--r-- | net/tipc/msg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h index 868fe22e3452..462fa194a6af 100644 --- a/net/tipc/msg.h +++ b/net/tipc/msg.h | |||
@@ -738,8 +738,8 @@ bool tipc_msg_bundle(struct sk_buff *bbuf, struct sk_buff *buf, u32 mtu); | |||
738 | 738 | ||
739 | bool tipc_msg_make_bundle(struct sk_buff **buf, u32 mtu, u32 dnode); | 739 | bool tipc_msg_make_bundle(struct sk_buff **buf, u32 mtu, u32 dnode); |
740 | 740 | ||
741 | int tipc_msg_build2(struct tipc_msg *mhdr, struct iovec const *iov, | 741 | int tipc_msg_build(struct tipc_msg *mhdr, struct iovec const *iov, |
742 | int offset, int dsz, int mtu , struct sk_buff **chain); | 742 | int offset, int dsz, int mtu , struct sk_buff **chain); |
743 | 743 | ||
744 | struct sk_buff *tipc_msg_reassemble(struct sk_buff *chain); | 744 | struct sk_buff *tipc_msg_reassemble(struct sk_buff *chain); |
745 | 745 | ||