From 730654969b993bebee5ce32874e356317dacf940 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 26 Oct 1997 12:42:13 +0000 Subject: Cosmetic: Move prototypes into the correct headers. --- usr.sbin/ppp/lqr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ppp/lqr.h') diff --git a/usr.sbin/ppp/lqr.h b/usr.sbin/ppp/lqr.h index 71f2ee3..fa784e5 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.7 1997/08/25 00:29:19 brian Exp $ + * $Id: lqr.h,v 1.8 1997/10/26 01:03:10 brian Exp $ * * TODO: */ @@ -61,3 +61,4 @@ extern void StartLqm(void); extern void StopLqr(int); extern void StopLqrTimer(void); extern void RecvEchoLqr(struct mbuf *); +extern void LqrInput(struct mbuf *); -- cgit v1.1