diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-05-15 23:58:30 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-05-15 23:58:30 +0000 |
| commit | dd0645c5b76252f6c673406039f384ba2cdeea74 (patch) | |
| tree | 684801d060a212758ea54068162a61bfd1d7c05b /usr.sbin/ppp/ipcp.h | |
| parent | ea7229694b5a94840ef14aa0bb71bb338f02bbe9 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/ipcp.h')
| -rw-r--r-- | usr.sbin/ppp/ipcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h index 110bb5db7810..2cc40a555e31 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.25 1998/05/01 19:24:53 brian Exp $ + * $Id: ipcp.h,v 1.18.2.26 1998/05/05 23:30:05 brian Exp $ * * TODO: */ @@ -111,3 +111,4 @@ extern void ipcp_AddOutOctets(struct ipcp *, int); extern int ipcp_UseHisaddr(struct bundle *, const char *, int); extern int ipcp_vjset(struct cmdargs const *); extern void ipcp_CleanInterface(struct ipcp *); +extern int ipcp_InterfaceUp(struct ipcp *); |
