diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-07 16:23:39 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-01-07 16:23:39 -0500 |
commit | 97dc627fb3471664c72d0933790a90ba3f91e131 (patch) | |
tree | 89ca7c0856da17268c6f1c0a3d45fb07e4058741 /include/net | |
parent | f53b61d8c385140fe7f09e0c9187ae813ee9f330 (diff) |
[IPV4]: make ip_fragment() static
Since there's no longer any external user of ip_fragment() we can make
it static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index a494d04e5dea..8de0697b364c 100644 --- a/include/net/ip.h +++ b/include/net/ip.h | |||
@@ -94,7 +94,6 @@ extern int ip_local_deliver(struct sk_buff *skb); | |||
94 | extern int ip_mr_input(struct sk_buff *skb); | 94 | extern int ip_mr_input(struct sk_buff *skb); |
95 | extern int ip_output(struct sk_buff *skb); | 95 | extern int ip_output(struct sk_buff *skb); |
96 | extern int ip_mc_output(struct sk_buff *skb); | 96 | extern int ip_mc_output(struct sk_buff *skb); |
97 | extern int ip_fragment(struct sk_buff *skb, int (*out)(struct sk_buff*)); | ||
98 | extern int ip_do_nat(struct sk_buff *skb); | 97 | extern int ip_do_nat(struct sk_buff *skb); |
99 | extern void ip_send_check(struct iphdr *ip); | 98 | extern void ip_send_check(struct iphdr *ip); |
100 | extern int ip_queue_xmit(struct sk_buff *skb, int ipfragok); | 99 | extern int ip_queue_xmit(struct sk_buff *skb, int ipfragok); |