diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-01-31 02:48:30 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-01-31 02:48:30 +0000 |
| commit | 7308ec6890afae98c7b0e239eeda8a11e452e198 (patch) | |
| tree | 4cc3a3447c73a0a1cad63ff98a78d4b46ad7702e /usr.sbin/ppp/ipcp.h | |
| parent | 8c07a7b2e0d7046e042a0c38fb62f75013bcf072 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/ipcp.h')
| -rw-r--r-- | usr.sbin/ppp/ipcp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h index f55677331d17..5e77e4875395 100644 --- a/usr.sbin/ppp/ipcp.h +++ b/usr.sbin/ppp/ipcp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.h,v 1.18.2.4 1998/01/30 01:32:55 brian Exp $ + * $Id: ipcp.h,v 1.18.2.5 1998/01/30 19:45:45 brian Exp $ * * TODO: */ @@ -40,6 +40,8 @@ struct in_range { }; struct ipcpstate { + struct fsm fsm; /* The finite state machine */ + int VJInitSlots; /* Maximum VJ slots */ int VJInitComp : 1; /* Slot compression */ @@ -71,7 +73,6 @@ struct ipcpstate { }; extern struct ipcpstate IpcpInfo; -extern struct fsm IpcpFsm; extern void IpcpInit(struct link *l); extern void IpcpDefAddress(void); @@ -84,3 +85,4 @@ extern void IpcpAddOutOctets(int); extern int UseHisaddr(const char *, int); extern int SetInitVJ(struct cmdargs const *); extern int ShowInitVJ(struct cmdargs const *); +extern void IpcpDown(void); |
