xref: /freebsd/usr.sbin/ppp/async.h (revision 02f2e93b60c2b91feac8f45c4c889a5a8e40d8a2)
1 /*
2  * $Id: $
3  */
4 
5 extern void AsyncInit(void);
6 extern void SetLinkParams(struct lcpstate *);
7 extern void AsyncOutput(int, struct mbuf *, int);
8 extern void AsyncInput(u_char *, int);
9