diff options
author | brian <brian@FreeBSD.org> | 1998-01-18 20:49:22 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-01-18 20:49:22 +0000 |
commit | 1a8fafd2d2a173407bbf06645af8003d98c7ae7a (patch) | |
tree | 7fab3f668d302a735064fa7a8645e44b32f6d749 /usr.sbin/ppp/ipcp.h | |
parent | ecdc87c6853f077d1932cb264359e923370beafb (diff) | |
download | FreeBSD-src-1a8fafd2d2a173407bbf06645af8003d98c7ae7a.zip FreeBSD-src-1a8fafd2d2a173407bbf06645af8003d98c7ae7a.tar.gz |
Allow "set vj" for changing the default number of slots
and whether slot compression is requested.
Don't show current values with "show ipcp" if IPCP isn't
"opened".
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 3c0e9e6..5570f67 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 *); |