X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=include%2Fnet%2Fif_ppp.h;h=56fe56e35f1f27634748ebf6b881bf48d0e7697c;hb=3863bdcadf7d32dadd4bfd85c7cbaaaf93260222;hp=5433cfbda3c7d6bd340a6eaeda6c60165954d093;hpb=a09af83c5c266e155851e6dee0e87793ee5afd5f;p=ppp.git diff --git a/include/net/if_ppp.h b/include/net/if_ppp.h index 5433cfb..56fe56e 100644 --- a/include/net/if_ppp.h +++ b/include/net/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id: if_ppp.h,v 1.12 1995/04/24 02:40:23 paulus Exp $ */ +/* $Id: if_ppp.h,v 1.14 1996/06/26 00:54:39 paulus Exp $ */ /* * if_ppp.h - Point-to-Point Protocol definitions. @@ -127,4 +127,11 @@ struct ifpppcstatsreq { #define ifr_mtu ifr_ifru.ifru_metric #endif +#if defined(_KERNEL) || defined(KERNEL) +void pppattach __P((void)); +int pppsioctl __P((struct ifnet *, u_long, caddr_t)); +int pppoutput __P((struct ifnet *, struct mbuf *, struct sockaddr *, + struct rtentry *)); +void pppintr __P((void)); +#endif #endif /* _IF_PPP_H_ */