diff options
author | brian <brian@cvs.openbsd.org> | 1998-01-18 20:47:22 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1998-01-18 20:47:22 +0000 |
commit | 20599d642889c6d7738ab57f1d643790003649d3 (patch) | |
tree | 1aea91bb7b310ef56617c5c6b26d3991a65c262e /usr.sbin/ppp/ipcp.h | |
parent | 760b2b7e1a556619d53cc47fcb92c6abd541e8da (diff) |
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 142905efeb9..b5d23687cd0 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.4 1998/01/11 17:54:46 brian Exp $ + * $Id: ipcp.h,v 1.5 1998/01/18 20:47:20 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 *); |