diff options
Diffstat (limited to 'usr.sbin/ppp/hdlc.h')
-rw-r--r-- | usr.sbin/ppp/hdlc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/hdlc.h b/usr.sbin/ppp/hdlc.h index 839d83cf0152..b9211a654a75 100644 --- a/usr.sbin/ppp/hdlc.h +++ b/usr.sbin/ppp/hdlc.h @@ -110,7 +110,7 @@ extern void hdlc_DecodePacket(struct bundle *, u_short, struct mbuf *, struct link *); extern u_short hdlc_Fcs(u_char *, size_t); -extern int hdlc_Detect(u_char const **, int, int); -extern int hdlc_WrapperOctets(struct lcp *, u_short); +extern int hdlc_Detect(u_char const **, unsigned, int); +#define hdlc_WrapperOctets() (2) extern struct layer hdlclayer; |