diff options
author | brian <brian@cvs.openbsd.org> | 1998-01-08 23:47:10 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1998-01-08 23:47:10 +0000 |
commit | c5fbd66c4bb7851c1c1c91b406bb39df6786c3d8 (patch) | |
tree | 0510ba40eac121cba657e15dcbd76778a5c40b0b /usr.sbin/ppp/os.h | |
parent | 0439ddaa0b673a6fbae6fda1e4a76655a83c2b8f (diff) |
Zap any addresses on the network side of the `tun' as soon
as we've successfully opened the /dev side.
Diffstat (limited to 'usr.sbin/ppp/os.h')
-rw-r--r-- | usr.sbin/ppp/os.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/os.h b/usr.sbin/ppp/os.h index 65d3cb83c99..3197b2968e3 100644 --- a/usr.sbin/ppp/os.h +++ b/usr.sbin/ppp/os.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: os.h,v 1.2 1997/12/15 22:44:55 brian Exp $ + * $Id: os.h,v 1.3 1998/01/08 23:47:09 brian Exp $ * * TODO: */ @@ -29,3 +29,4 @@ extern int OpenTunnel(int *); extern void OsLinkup(void); extern int OsLinkIsUp(void); extern void OsLinkdown(void); +extern int CleanInterface(const char *); |