summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/timer.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-01-21 02:15:33 +0000
committerBrian Somers <brian@FreeBSD.org>1998-01-21 02:15:33 +0000
commitaa8e05197cf50f96207ce5e9cc07395ca319f3e0 (patch)
tree21512f1df4e6689135bea180abab296b897a5e93 /usr.sbin/ppp/timer.h
parent764d8cef563c93a98679d7d45d03c4c1df5380fc (diff)
downloadsrc-test2-aa8e05197cf50f96207ce5e9cc07395ca319f3e0.tar.gz
src-test2-aa8e05197cf50f96207ce5e9cc07395ca319f3e0.zip
Notes
Diffstat (limited to 'usr.sbin/ppp/timer.h')
-rw-r--r--usr.sbin/ppp/timer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ppp/timer.h b/usr.sbin/ppp/timer.h
index ca9bba24cc7f..e8df9b9387c7 100644
--- a/usr.sbin/ppp/timer.h
+++ b/usr.sbin/ppp/timer.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: timer.h,v 1.3 1997/11/22 03:37:52 brian Exp $
+ * $Id: timer.h,v 1.4 1997/12/28 21:55:05 brian Exp $
*
* TODO:
*/
@@ -37,11 +37,8 @@ struct pppTimer {
#define TIMER_RUNNING 1
#define TIMER_EXPIRED 2
-extern struct pppTimer *TimerList;
-
extern void StartTimer(struct pppTimer *);
extern void StopTimer(struct pppTimer *);
-extern void TimerService(void);
extern void TermTimerService(void);
extern void ShowTimers(void);