diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-07-26 18:39:28 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-07-26 18:39:28 -0400 |
commit | cadf01c2fc0cd66dfef4956ef1a6482ed01c3150 (patch) | |
tree | 578dcea3e2c450d8ddc75378161bcdb50be002bf /include | |
parent | 52fbae2a392b6e084195bedc7a280991a94c14d0 (diff) |
[NETFILTER]: Fix ip_conntrack_put() prototype.
The function is not inline.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netfilter_ipv4/ip_conntrack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter_ipv4/ip_conntrack.h b/include/linux/netfilter_ipv4/ip_conntrack.h index f8da7ddeff3a..08fe5f7d14a0 100644 --- a/include/linux/netfilter_ipv4/ip_conntrack.h +++ b/include/linux/netfilter_ipv4/ip_conntrack.h | |||
@@ -239,7 +239,7 @@ ip_conntrack_get(const struct sk_buff *skb, enum ip_conntrack_info *ctinfo) | |||
239 | } | 239 | } |
240 | 240 | ||
241 | /* decrement reference count on a conntrack */ | 241 | /* decrement reference count on a conntrack */ |
242 | extern inline void ip_conntrack_put(struct ip_conntrack *ct); | 242 | extern void ip_conntrack_put(struct ip_conntrack *ct); |
243 | 243 | ||
244 | /* call to create an explicit dependency on ip_conntrack. */ | 244 | /* call to create an explicit dependency on ip_conntrack. */ |
245 | extern void need_ip_conntrack(void); | 245 | extern void need_ip_conntrack(void); |