summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/timeout.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-03 00:40:51 +0000
committerbrian <brian@FreeBSD.org>1997-09-03 00:40:51 +0000
commit42c1dbe984c79c814ba81ffa653a825839a60133 (patch)
treedf85d748ce7f5610f631a77e6407b8f2c42adcd7 /usr.sbin/ppp/timeout.h
parent24ac227fe1eed875b0afed20b605ebefdb25b533 (diff)
downloadFreeBSD-src-42c1dbe984c79c814ba81ffa653a825839a60133.zip
FreeBSD-src-42c1dbe984c79c814ba81ffa653a825839a60133.tar.gz
Allow the transition from an idle timeout value
of zero (no timeout) while IPCP is up. Move some prototypes into .h files and re-order some includes.
Diffstat (limited to 'usr.sbin/ppp/timeout.h')
-rw-r--r--usr.sbin/ppp/timeout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/timeout.h b/usr.sbin/ppp/timeout.h
index 2fcec0b..fbbda4a 100644
--- a/usr.sbin/ppp/timeout.h
+++ b/usr.sbin/ppp/timeout.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: timeout.h,v 1.10 1997/06/09 03:27:39 brian Exp $
+ * $Id: timeout.h,v 1.11 1997/08/25 00:29:30 brian Exp $
*
* TODO:
*/
@@ -48,6 +48,7 @@ extern void TimerService(void);
extern void InitTimerService(void);
extern void TermTimerService(void);
extern void StartIdleTimer(void);
+extern void StopIdleTimer(void);
extern void UpdateIdleTimer(void);
extern void ShowTimers();
OpenPOWER on IntegriCloud