summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/async.h
blob: 0f185c4793cd379c5132af446b9a6a5f03220331 (plain)
1
2
3
4
5
6
7
8
/*
 * $Id: async.h,v 1.1 1997/11/23 20:27:33 brian Exp $
 */

extern void AsyncInit(void);
extern void SetLinkParams(struct lcpstate *);
extern void AsyncOutput(int, struct mbuf *, int);
extern void AsyncInput(u_char *, int);