X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=netbsd-1.2%2Fif_pppvar.h;h=a5c8e4bf96b81ac686925ad2283f204dc8febcb7;hp=88a2801e4df0e96aa943d61997e4665ae75b6a36;hb=a00baab063b349591289cbde22ab40cf80b8f0af;hpb=e28f2e9f4f40cbe35009ba554c5bd29fd456416b diff --git a/netbsd-1.2/if_pppvar.h b/netbsd-1.2/if_pppvar.h index 88a2801..a5c8e4b 100644 --- a/netbsd-1.2/if_pppvar.h +++ b/netbsd-1.2/if_pppvar.h @@ -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_ */