Deleted Added
full compact
18c18
< * $Id: lcp.h,v 1.14 1997/12/03 10:23:49 brian Exp $
---
> * $Id: lcp.h,v 1.15 1997/12/04 18:49:28 brian Exp $
26,29c26,29
< u_long his_mru;
< u_long his_accmap;
< u_long his_magic;
< u_long his_lqrperiod;
---
> u_int16_t his_mru;
> u_int32_t his_accmap;
> u_int32_t his_magic;
> u_int32_t his_lqrperiod;
34,37c34,37
< u_long want_mru;
< u_long want_accmap;
< u_long want_magic;
< u_long want_lqrperiod;
---
> u_short want_mru;
> u_int32_t want_accmap;
> u_int32_t want_magic;
> u_int32_t want_lqrperiod;
42,43c42,43
< u_long his_reject; /* Request codes rejected by peer */
< u_long my_reject; /* Request codes I have rejected */
---
> u_int32_t his_reject; /* Request codes rejected by peer */
> u_int32_t my_reject; /* Request codes I have rejected */