From 00d71de444cebd8e8fb9f1a6f538b0e25756fcbd Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 9 May 1999 20:02:29 +0000 Subject: Deal with the fact that as we now mbuf_Read the fsm header in fsm_Input() we often end up with a NULL mbuf. Deal with a possible NULL mbuf being passed into mbuf_Prepend(). Adjust some spacing to make things more consistent. --- usr.sbin/ppp/lqr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp/lqr.h') diff --git a/usr.sbin/ppp/lqr.h b/usr.sbin/ppp/lqr.h index 7b29b4b..130dc46 100644 --- a/usr.sbin/ppp/lqr.h +++ b/usr.sbin/ppp/lqr.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lqr.h,v 1.13 1998/05/21 21:46:36 brian Exp $ + * $Id: lqr.h,v 1.14 1999/05/08 11:07:04 brian Exp $ * * TODO: */ @@ -57,7 +57,7 @@ extern void lqr_Start(struct lcp *); extern void lqr_reStart(struct lcp *); extern void lqr_Stop(struct physical *, int); extern void lqr_StopTimer(struct physical *); -extern void lqr_RecvEcho(struct fsm *, struct mbuf *); +extern struct mbuf *lqr_RecvEcho(struct fsm *, struct mbuf *); extern struct mbuf *lqr_Input(struct bundle *, struct link *, struct mbuf *); extern struct layer lqrlayer; -- cgit v1.1