diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-06-20 01:36:38 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-06-20 01:36:38 +0000 |
| commit | d2a69fc3baa5cf316a596332a497f71de795edd2 (patch) | |
| tree | bc1585cd3489af3cf3c095b3ab75a3ae32a8ec18 /usr.sbin/ppp/timer.h | |
| parent | 09206a6f2a9728d53ca1ba4272ae7f4f02b67fac (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/timer.h')
| -rw-r--r-- | usr.sbin/ppp/timer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/timer.h b/usr.sbin/ppp/timer.h index 0dcca5bedb32..5e6b6be5a7f1 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.5.4.5 1998/05/08 01:15:19 brian Exp $ + * $Id: timer.h,v 1.6 1998/05/21 21:48:49 brian Exp $ * * TODO: */ @@ -42,5 +42,6 @@ struct prompt; extern void timer_Start(struct pppTimer *); extern void timer_Stop(struct pppTimer *); +extern void timer_InitService(void); extern void timer_TermService(void); extern void timer_Show(int LogLevel, struct prompt *); |
