]> git.ozlabs.org Git - ppp.git/blobdiff - netbsd-1.2/if_pppvar.h
mods from Christos; net/ -> include/net/
[ppp.git] / netbsd-1.2 / if_pppvar.h
index 88a2801e4df0e96aa943d61997e4665ae75b6a36..a5c8e4bf96b81ac686925ad2283f204dc8febcb7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_pppvar.h,v 1.5 1997/01/03 07:23:29 mikel Exp $      */
+/*     $NetBSD: if_pppvar.h,v 1.8 1998/02/09 17:43:52 perry Exp $      */
 /*     Id: if_pppvar.h,v 1.3 1996/07/01 01:04:37 paulus Exp     */
 
 /*
@@ -43,6 +43,9 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#ifndef _NET_IF_PPPVAR_H_
+#define _NET_IF_PPPVAR_H_
+
 /*
  * Supported network protocols.  These values are used for
  * indexing sc_npmode.
@@ -113,3 +116,5 @@ struct      mbuf *ppp_dequeue __P((struct ppp_softc *sc));
 int    pppoutput __P((struct ifnet *, struct mbuf *,
                       struct sockaddr *, struct rtentry *));
 #endif /* _KERNEL */
+
+#endif /* _NET_IF_PPPVAR_H_ */