diff options
Diffstat (limited to 'include/net/udp.h')
-rw-r--r-- | include/net/udp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/udp.h b/include/net/udp.h index 3b285f402f48..f54a5156b248 100644 --- a/include/net/udp.h +++ b/include/net/udp.h | |||
@@ -258,5 +258,6 @@ extern void udp4_proc_exit(void); | |||
258 | extern void udp_init(void); | 258 | extern void udp_init(void); |
259 | 259 | ||
260 | extern int udp4_ufo_send_check(struct sk_buff *skb); | 260 | extern int udp4_ufo_send_check(struct sk_buff *skb); |
261 | extern struct sk_buff *udp4_ufo_fragment(struct sk_buff *skb, u32 features); | 261 | extern struct sk_buff *udp4_ufo_fragment(struct sk_buff *skb, |
262 | netdev_features_t features); | ||
262 | #endif /* _UDP_H */ | 263 | #endif /* _UDP_H */ |