diff options
Diffstat (limited to 'usr.sbin/ppp/timeout.h')
-rw-r--r-- | usr.sbin/ppp/timeout.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ppp/timeout.h b/usr.sbin/ppp/timeout.h index afba12a..1da38ef 100644 --- a/usr.sbin/ppp/timeout.h +++ b/usr.sbin/ppp/timeout.h @@ -42,7 +42,6 @@ struct pppTimer { #define TIMER_EXPIRED 2 struct pppTimer *TimerList; -extern int TimerServiceRequest; /* If this is >0, call TimerService() */ extern void StartTimer __P((struct pppTimer *)); extern void StopTimer __P((struct pppTimer *)); |