aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ipcp.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-02-08 19:29:45 +0000
committerBrian Somers <brian@FreeBSD.org>1998-02-08 19:29:45 +0000
commit68a0f0ccdd9bcbdcae9f57c27b1a2d99bfa53b99 (patch)
tree82787c4900ee2c1da4ae02220ecad5b42dcb0a5c /usr.sbin/ppp/ipcp.h
parent1afedc4b86ef8fce14253c88e15e2dc9f7d158f4 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/ipcp.h')
-rw-r--r--usr.sbin/ppp/ipcp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h
index 870cccd5c6eb..19ddc116eda0 100644
--- a/usr.sbin/ppp/ipcp.h
+++ b/usr.sbin/ppp/ipcp.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ipcp.h,v 1.18.2.10 1998/02/07 20:49:43 brian Exp $
+ * $Id: ipcp.h,v 1.18.2.11 1998/02/08 11:04:52 brian Exp $
*
* TODO:
*/
@@ -89,3 +89,4 @@ extern void IpcpAddInOctets(int);
extern void IpcpAddOutOctets(int);
extern int UseHisaddr(struct bundle *, const char *, int);
extern int SetInitVJ(struct cmdargs const *);
+extern void IpcpCleanInterface(struct fsm *);