Commit b1ba2934 authored by David S. Miller's avatar David S. Miller

[IPV4]: Fix ip_finish_output extern decl.

parent 88a66e25
......@@ -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
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment