diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2003-05-14 06:24:06 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-05-14 06:24:06 -0700 |
| commit | b1ba2934d6d90d09e35a6a72515591bb6ed6319d (patch) | |
| tree | 3590721738fc0bc18864c76dc14c0a0a86d43c4b /include | |
| parent | 88a66e25d22d94518d8dc0f12b20a3cf688d9748 (diff) | |
[IPV4]: Fix ip_finish_output extern decl.
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/ip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index b17e641f537d..162664acc30e 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -141,7 +141,7 @@ struct ip_reply_arg { void ip_send_reply(struct sock *sk, struct sk_buff *skb, struct ip_reply_arg *arg, unsigned int len); -extern __inline__ int ip_finish_output(struct sk_buff *skb); +extern int ip_finish_output(struct sk_buff *skb); struct ipv4_config { |
