diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-05 04:32:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-05 04:32:47 +0000 |
commit | b71266f31dfafe8f3e5d070002f8723933b73b70 (patch) | |
tree | d8bb8433daa58479a56c78421ffcb4a5c295091a /usr.sbin/pppd/ccp.h | |
parent | 37097dc262c90509c88f1b095ef6a287b23412b0 (diff) |
ppp 2.3.1
Diffstat (limited to 'usr.sbin/pppd/ccp.h')
-rw-r--r-- | usr.sbin/pppd/ccp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pppd/ccp.h b/usr.sbin/pppd/ccp.h index 95bf811035f..169efe213af 100644 --- a/usr.sbin/pppd/ccp.h +++ b/usr.sbin/pppd/ccp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ccp.h,v 1.3 1996/07/20 12:02:05 joshd Exp $ */ +/* $OpenBSD: ccp.h,v 1.4 1997/09/05 04:32:34 millert Exp $ */ /* * ccp.h - Definitions for PPP Compression Control Protocol. @@ -25,6 +25,8 @@ * ON AN "AS IS" BASIS, AND THE AUSTRALIAN NATIONAL UNIVERSITY HAS NO * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. + * + * Id: ccp.h,v 1.7 1996/07/01 01:11:49 paulus Exp */ typedef struct ccp_options { @@ -34,7 +36,7 @@ typedef struct ccp_options { u_int predictor_2: 1; /* do Predictor-2? */ u_short bsd_bits; /* # bits/code for BSD Compress */ u_short deflate_size; /* lg(window size) for Deflate */ - short method; /* code for chosen compression method */ + short method; /* code for chosen compression method */ } ccp_options; extern fsm ccp_fsm[]; |