patch-2.1.15 linux/include/net/ipip.h
Next file: linux/include/net/ipv6_route.h
Previous file: linux/include/net/ip_forward.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Thu Dec 12 16:54:21 1996
- Orig file:
v2.1.14/linux/include/net/ipip.h
- Orig date:
Mon Sep 11 20:15:53 1995
diff -u --recursive --new-file v2.1.14/linux/include/net/ipip.h linux/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
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]