summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/modem.h
diff options
context:
space:
mode:
authorbrian <brian@cvs.openbsd.org>1998-01-21 02:13:45 +0000
committerbrian <brian@cvs.openbsd.org>1998-01-21 02:13:45 +0000
commit8a2ec42180fb11a937a82cb373eb5158f74e1ab8 (patch)
tree442249b74cfbdcd52476e670964a3b269c05ad77 /usr.sbin/ppp/modem.h
parent5391f133fb9aab9e640da69ab7483f786af27580 (diff)
Remove unused #includes.
Make various bits static. Remove unused variables. Submitted by: eivind
Diffstat (limited to 'usr.sbin/ppp/modem.h')
-rw-r--r--usr.sbin/ppp/modem.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ppp/modem.h b/usr.sbin/ppp/modem.h
index 7112096582d..858ef1eeb4c 100644
--- a/usr.sbin/ppp/modem.h
+++ b/usr.sbin/ppp/modem.h
@@ -15,14 +15,12 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: modem.h,v 1.2 1998/01/10 01:55:17 brian Exp $
+ * $Id: modem.h,v 1.3 1998/01/21 02:13:38 brian Exp $
*
* TODO:
*/
extern int RawModem(void);
-extern void UpModem(int);
-extern void DownModem(int);
extern void WriteModem(int, const char *, int);
extern void ModemStartOutput(int);
extern int OpenModem(void);