summaryrefslogtreecommitdiffstats
path: root/include/net/ipip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ipip.h')
-rw-r--r--include/net/ipip.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/include/net/ipip.h b/include/net/ipip.h
index bba1492ed..64ce7a29d 100644
--- a/include/net/ipip.h
+++ b/include/net/ipip.h
@@ -1,4 +1,8 @@
-extern int ipip_rcv(struct sk_buff *skb, struct device *dev, struct options *opt,
- __u32 daddr, unsigned short len, __u32 saddr,
- int redo, struct inet_protocol *protocol);
+#ifndef __NET_IPIP_H
+#define __NET_IPIP_H 1
+
+extern void ipip_err(struct sk_buff *skb, unsigned char*);
+extern int ipip_rcv(struct sk_buff *skb, unsigned short len);
+
+#endif