aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ipcp.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-05-01 19:26:12 +0000
committerBrian Somers <brian@FreeBSD.org>1998-05-01 19:26:12 +0000
commitdd7e261079699ca066fd8acaaf3ed460e5de61a1 (patch)
tree70e9a13eb60eef153d3edeb78087c289ee369e8d /usr.sbin/ppp/ipcp.h
parent40f1c018aa8df96181eca40001b06b2d0c662219 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/ipcp.h')
-rw-r--r--usr.sbin/ppp/ipcp.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h
index b10cb6fd7286..87e78eda1e09 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.23 1998/04/17 22:05:29 brian Exp $
+ * $Id: ipcp.h,v 1.18.2.24 1998/04/23 18:56:18 brian Exp $
*
* TODO:
*/
@@ -101,10 +101,10 @@ extern void ipcp_Init(struct ipcp *, struct bundle *, struct link *,
extern void ipcp_Setup(struct ipcp *);
extern void ipcp_SetLink(struct ipcp *, struct link *);
-extern int ReportIpcpStatus(struct cmdargs const *);
-extern void IpcpInput(struct ipcp *, struct mbuf *);
+extern int ipcp_Show(struct cmdargs const *);
+extern void ipcp_Input(struct ipcp *, struct mbuf *);
extern void ipcp_AddInOctets(struct ipcp *, int);
extern void ipcp_AddOutOctets(struct ipcp *, int);
-extern int UseHisaddr(struct bundle *, const char *, int);
-extern int SetInitVJ(struct cmdargs const *);
-extern void IpcpCleanInterface(struct ipcp *);
+extern int ipcp_UseHisaddr(struct bundle *, const char *, int);
+extern int ipcp_vjset(struct cmdargs const *);
+extern void ipcp_CleanInterface(struct ipcp *);