summaryrefslogtreecommitdiffstats
path: root/include/net/ip.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-03-08 02:45:32 +0100
committerDavid S. Miller <davem@davemloft.net>2012-03-09 23:34:50 +0100
commitba57b4db2624793c6eb8f2c051c9f7b8a6e7b6a6 (patch)
tree67823715c9c24e2fd0bfa2bb7393d3e0e08eadb1 /include/net/ip.h
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
downloadlinux-ba57b4db2624793c6eb8f2c051c9f7b8a6e7b6a6.tar.xz
linux-ba57b4db2624793c6eb8f2c051c9f7b8a6e7b6a6.zip
ipv4: Make ip_call_ra_chain() return bool.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip.h')
-rw-r--r--include/net/ip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip.h b/include/net/ip.h
index 775009f9eaba..b53d65f24f7b 100644
--- a/include/net/ip.h
+++ b/include/net/ip.h
@@ -388,7 +388,7 @@ static inline int sk_mc_loop(struct sock *sk)
return 1;
}
-extern int ip_call_ra_chain(struct sk_buff *skb);
+extern bool ip_call_ra_chain(struct sk_buff *skb);
/*
* Functions provided by ip_fragment.c