]> err.no Git - linux-2.6/blobdiff - include/linux/netfilter_ipv4.h
i2c: Make i2c_check_addr static
[linux-2.6] / include / linux / netfilter_ipv4.h
index ceae87a4c8911b30a6d9e2a7dcaabe0f9904e3a3..1a63adf5c4c13527273e5d2603a6ed4563357f5a 100644 (file)
@@ -75,8 +75,8 @@ enum nf_ip_hook_priorities {
 #define SO_ORIGINAL_DST 80
 
 #ifdef __KERNEL__
-extern int ip_route_me_harder(struct sk_buff **pskb, unsigned addr_type);
-extern int ip_xfrm_me_harder(struct sk_buff **pskb);
+extern int ip_route_me_harder(struct sk_buff *skb, unsigned addr_type);
+extern int ip_xfrm_me_harder(struct sk_buff *skb);
 extern __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook,
                                   unsigned int dataoff, u_int8_t protocol);
 #endif /*__KERNEL__*/