diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-12-14 19:24:30 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-12-14 19:24:30 +0000 |
| commit | 7e778f13d919958414019897afd1c7e2ebffa6df (patch) | |
| tree | 58a3d31a6f4f9fcb156105ec433b509fb0334db2 /usr.sbin/ppp/timer.h | |
| parent | c1b7af8ac34709f2698912b5f5db0323832ae8a4 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/timer.h')
| -rw-r--r-- | usr.sbin/ppp/timer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/timer.h b/usr.sbin/ppp/timer.h index 5e6b6be5a7f1..ae1f521abfd2 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.6 1998/05/21 21:48:49 brian Exp $ + * $Id: timer.h,v 1.7 1998/06/20 01:36:38 brian Exp $ * * TODO: */ @@ -42,6 +42,6 @@ struct prompt; extern void timer_Start(struct pppTimer *); extern void timer_Stop(struct pppTimer *); -extern void timer_InitService(void); +extern void timer_InitService(int); extern void timer_TermService(void); extern void timer_Show(int LogLevel, struct prompt *); |
