summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/os.h')
-rw-r--r--usr.sbin/ppp/os.h3
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 *);