From 19c9bba94152148523ba0f7ef7cffe3d45656b11 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 29 Apr 1997 21:13:14 +0000 Subject: Import of Linux/MIPS 2.1.36 --- include/net/ipip.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'include/net/ipip.h') 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 -- cgit v1.2.3