]> git.ozlabs.org Git - ppp.git/blobdiff - include/net/if_ppp.h
remove platform-specific procedure declarations
[ppp.git] / include / net / if_ppp.h
index 5433cfbda3c7d6bd340a6eaeda6c60165954d093..4cd3bc2c012fdb6f47d4bd5fcc150e7249b024f2 100644 (file)
@@ -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.15 1997/03/04 03:32:26 paulus Exp $   */
 
 /*
  * if_ppp.h - Point-to-Point Protocol definitions.
@@ -127,4 +127,8 @@ struct ifpppcstatsreq {
 #define ifr_mtu        ifr_ifru.ifru_metric
 #endif
 
+#if defined(_KERNEL) || defined(KERNEL)
+void pppattach __P((void));
+void pppintr __P((void));
+#endif
 #endif /* _IF_PPP_H_ */