summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ccp.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-05-23 13:38:09 +0000
committerbrian <brian@FreeBSD.org>1998-05-23 13:38:09 +0000
commit35a7434e269cd17a2450cb27e969145819c4689e (patch)
treec894c5aa24d59ceecf48cedb95f4e783ce515281 /usr.sbin/ppp/ccp.h
parentb76b64615436a954f7dc5ea3ddcc922b2d8d2301 (diff)
downloadFreeBSD-src-35a7434e269cd17a2450cb27e969145819c4689e.zip
FreeBSD-src-35a7434e269cd17a2450cb27e969145819c4689e.tar.gz
o If all CCPs are disabled & denied, don't send a REQ - just enter
STOPPED state waiting for the peer to say something.
Diffstat (limited to 'usr.sbin/ppp/ccp.h')
-rw-r--r--usr.sbin/ppp/ccp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ccp.h b/usr.sbin/ppp/ccp.h
index 4652fd9..8b1787b 100644
--- a/usr.sbin/ppp/ccp.h
+++ b/usr.sbin/ppp/ccp.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ccp.h,v 1.14.2.20 1998/05/01 19:24:00 brian Exp $
+ * $Id: ccp.h,v 1.15 1998/05/21 21:44:23 brian Exp $
*
* TODO:
*/
@@ -125,3 +125,4 @@ extern int ccp_Compress(struct ccp *, struct link *, int, u_short, struct mbuf *
extern struct mbuf *ccp_Decompress(struct ccp *, u_short *, struct mbuf *);
extern u_short ccp_Proto(struct ccp *);
extern void ccp_SetupCallbacks(struct ccp *);
+extern void ccp_SetOpenMode(struct ccp *);
OpenPOWER on IntegriCloud