From 1a67d257255b14fb46fc02630bf861a49bebd625 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 25 Aug 1997 00:29:32 +0000 Subject: Make the code format more in line with style(9). Update loadalias to use the new libalias api. Update to version 1.1. --- usr.sbin/ppp/modem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ppp/modem.h') diff --git a/usr.sbin/ppp/modem.h b/usr.sbin/ppp/modem.h index 1cdace7..22fab8a 100644 --- a/usr.sbin/ppp/modem.h +++ b/usr.sbin/ppp/modem.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: modem.h,v 1.7 1997/02/22 16:10:37 peter Exp $ + * $Id: modem.h,v 1.8 1997/06/09 03:27:30 brian Exp $ * * TODO: */ @@ -41,4 +41,5 @@ extern speed_t IntToSpeed(int); extern void ModemTimeout(void); extern void DownConnection(void); extern void ModemOutput(int, struct mbuf *); + #endif -- cgit v1.1