diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-01-18 20:49:22 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-01-18 20:49:22 +0000 |
| commit | d1a3ea477cb352b44e191872e590eb17adac43d8 (patch) | |
| tree | 1b3f3884b00d99658fec55e7da7fbebcfda89184 /usr.sbin/ppp/ipcp.h | |
| parent | 75d515b7552b02f72f8e598c1e3601e43fe5c722 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/ipcp.h')
| -rw-r--r-- | usr.sbin/ppp/ipcp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h index 3c0e9e65f158..5570f67695c0 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.16 1998/01/05 01:35:19 brian Exp $ + * $Id: ipcp.h,v 1.17 1998/01/11 17:50:33 brian Exp $ * * TODO: */ @@ -79,3 +79,5 @@ extern void IpcpInput(struct mbuf *); extern void IpcpAddInOctets(int); extern void IpcpAddOutOctets(int); extern int UseHisaddr(const char *, int); +extern int SetInitVJ(struct cmdargs const *); +extern int ShowInitVJ(struct cmdargs const *); |
