diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/inet_frag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h index ada03ba3b341..9902363f5bcc 100644 --- a/include/net/inet_frag.h +++ b/include/net/inet_frag.h | |||
@@ -41,4 +41,6 @@ struct inet_frags { | |||
41 | void inet_frags_init(struct inet_frags *); | 41 | void inet_frags_init(struct inet_frags *); |
42 | void inet_frags_fini(struct inet_frags *); | 42 | void inet_frags_fini(struct inet_frags *); |
43 | 43 | ||
44 | void inet_frag_kill(struct inet_frag_queue *q, struct inet_frags *f); | ||
45 | |||
44 | #endif | 46 | #endif |