summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/ip.h')
-rw-r--r--usr.sbin/ppp/ip.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/ppp/ip.h b/usr.sbin/ppp/ip.h
index 9e04a96f3e05..5803a7dad6ef 100644
--- a/usr.sbin/ppp/ip.h
+++ b/usr.sbin/ppp/ip.h
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ip.h,v 1.8.2.3 1998/02/02 19:32:07 brian Exp $
+ * $Id: ip.h,v 1.8.2.4 1998/02/23 00:38:33 brian Exp $
*
*/
@@ -25,8 +25,4 @@ extern void IpStartOutput(struct link *, struct bundle *);
extern int PacketCheck(char *, int, int);
extern void IpEnqueue(int, char *, int);
extern void IpInput(struct bundle *, struct mbuf *);
-extern void StartIdleTimer(void);
-extern void StopIdleTimer(void);
-extern void UpdateIdleTimer(const struct bundle *);
-extern int RemainingIdleTime(void);
extern int ip_QueueLen(void);