summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ccp.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-25 00:29:32 +0000
committerbrian <brian@FreeBSD.org>1997-08-25 00:29:32 +0000
commit1a67d257255b14fb46fc02630bf861a49bebd625 (patch)
tree5a0190bb42d398d91fc5bbdd17de31f54aec2459 /usr.sbin/ppp/ccp.h
parentbbf38e6e36ecd35771c55badcb09ca745a61d881 (diff)
downloadFreeBSD-src-1a67d257255b14fb46fc02630bf861a49bebd625.zip
FreeBSD-src-1a67d257255b14fb46fc02630bf861a49bebd625.tar.gz
Make the code format more in line with style(9).
Update loadalias to use the new libalias api. Update to version 1.1.
Diffstat (limited to 'usr.sbin/ppp/ccp.h')
-rw-r--r--usr.sbin/ppp/ccp.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/usr.sbin/ppp/ccp.h b/usr.sbin/ppp/ccp.h
index acb2a1b..5f87650 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.5 1997/02/22 16:10:03 peter Exp $
+ * $Id: ccp.h,v 1.6 1997/06/09 03:27:14 brian Exp $
*
* TODO:
*/
@@ -37,14 +37,14 @@
#define TY_BSD 21 /* BSD LZW Compress */
struct ccpstate {
- u_long his_proto; /* peer's compression protocol */
- u_long want_proto; /* my compression protocol */
+ u_long his_proto; /* peer's compression protocol */
+ u_long want_proto; /* my compression protocol */
- u_long his_reject; /* Request codes rejected by peer */
- u_long my_reject; /* Request codes I have rejected */
+ u_long his_reject; /* Request codes rejected by peer */
+ u_long my_reject; /* Request codes I have rejected */
- u_long orgout, compout;
- u_long orgin, compin;
+ u_long orgout, compout;
+ u_long orgin, compin;
};
extern struct ccpstate CcpInfo;
@@ -55,4 +55,5 @@ void CcpInput(struct mbuf *);
void CcpUp(void);
void CcpOpen(void);
void CcpInit(void);
+
#endif
OpenPOWER on IntegriCloud