summaryrefslogtreecommitdiffstats
path: root/sys/net/if_slvar.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-12-14 09:55:16 +0000
committerphk <phk@FreeBSD.org>1995-12-14 09:55:16 +0000
commit9cb413a93c0c68c45292e4086ffc7cc2f6d36d3e (patch)
tree9887f4bf5939f3591e9b3a4f6e1865f9a1f810d8 /sys/net/if_slvar.h
parent63ec2c0ae9b44c5394bae5d6ee7fea5be9659585 (diff)
downloadFreeBSD-src-9cb413a93c0c68c45292e4086ffc7cc2f6d36d3e.zip
FreeBSD-src-9cb413a93c0c68c45292e4086ffc7cc2f6d36d3e.tar.gz
Another mega commit to staticize things.
Diffstat (limited to 'sys/net/if_slvar.h')
-rw-r--r--sys/net/if_slvar.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/net/if_slvar.h b/sys/net/if_slvar.h
index f3e22c6..d6089e4 100644
--- a/sys/net/if_slvar.h
+++ b/sys/net/if_slvar.h
@@ -32,7 +32,7 @@
*
* @(#)if_slvar.h 8.3 (Berkeley) 2/1/94
*
- * $Id: if_slvar.h,v 1.6 1995/05/30 08:08:13 rgrimes Exp $
+ * $Id: if_slvar.h,v 1.7 1995/08/30 00:33:21 bde Exp $
*/
#ifndef _NET_IF_SLVAR_H_
@@ -74,15 +74,5 @@ struct sl_softc {
#define SC_NOICMP IFF_LINK1 /* supress ICMP traffic */
#define SC_AUTOCOMP IFF_LINK2 /* auto-enable TCP compression */
-#ifdef KERNEL
-int slclose __P((struct tty *,int));
-int slinput __P((int, struct tty *));
-int slioctl __P((struct ifnet *, int, caddr_t));
-int sltioctl __P((struct tty *, int, caddr_t, int, struct proc *));
-int slopen __P((dev_t, struct tty *));
-int sloutput __P((struct ifnet *,
- struct mbuf *, struct sockaddr *, struct rtentry *));
-int slstart __P((struct tty *));
-#endif /* KERNEL */
#endif
OpenPOWER on IntegriCloud