aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/dccp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r--net/dccp/dccp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h
index 53994f10ced5..c6ba07ea1a9f 100644
--- a/net/dccp/dccp.h
+++ b/net/dccp/dccp.h
@@ -364,6 +364,8 @@ extern void dccp_insert_options(struct sock *sk, struct sk_buff *skb);
364extern void dccp_insert_option_elapsed_time(struct sock *sk, 364extern void dccp_insert_option_elapsed_time(struct sock *sk,
365 struct sk_buff *skb, 365 struct sk_buff *skb,
366 u32 elapsed_time); 366 u32 elapsed_time);
367extern void dccp_insert_option_timestamp(struct sock *sk,
368 struct sk_buff *skb);
367extern void dccp_insert_option(struct sock *sk, struct sk_buff *skb, 369extern void dccp_insert_option(struct sock *sk, struct sk_buff *skb,
368 unsigned char option, 370 unsigned char option,
369 const void *value, unsigned char len); 371 const void *value, unsigned char len);