diff options
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index ddacc23be5e8..a75c740ae6c0 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -396,6 +396,8 @@ extern int dccp_insert_options(struct sock *sk, struct sk_buff *skb); | |||
396 | extern int dccp_insert_option_elapsed_time(struct sock *sk, | 396 | extern int dccp_insert_option_elapsed_time(struct sock *sk, |
397 | struct sk_buff *skb, | 397 | struct sk_buff *skb, |
398 | u32 elapsed_time); | 398 | u32 elapsed_time); |
399 | extern u32 dccp_timestamp(void); | ||
400 | extern void dccp_timestamping_init(void); | ||
399 | extern int dccp_insert_option_timestamp(struct sock *sk, | 401 | extern int dccp_insert_option_timestamp(struct sock *sk, |
400 | struct sk_buff *skb); | 402 | struct sk_buff *skb); |
401 | extern int dccp_insert_option(struct sock *sk, struct sk_buff *skb, | 403 | extern int dccp_insert_option(struct sock *sk, struct sk_buff *skb, |