summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/route.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-01-19 02:59:34 +0000
committerBrian Somers <brian@FreeBSD.org>1998-01-19 02:59:34 +0000
commitc6fe0cb207d2777d821d77192bb37462912645d1 (patch)
treea76c8239618952d41058a56ee64d6290081275fe /usr.sbin/ppp/route.h
parent74f3544ed2e9897557f748726c82ae45b68b1df4 (diff)
downloadsrc-test2-c6fe0cb207d2777d821d77192bb37462912645d1.tar.gz
src-test2-c6fe0cb207d2777d821d77192bb37462912645d1.zip
Notes
Diffstat (limited to 'usr.sbin/ppp/route.h')
-rw-r--r--usr.sbin/ppp/route.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/route.h b/usr.sbin/ppp/route.h
index 9ccf95b7686d..133848755b68 100644
--- a/usr.sbin/ppp/route.h
+++ b/usr.sbin/ppp/route.h
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: route.h,v 1.8 1997/12/13 02:37:32 brian Exp $
+ * $Id: route.h,v 1.9 1997/12/30 02:45:48 brian Exp $
*
*/
@@ -26,3 +26,4 @@ extern int ShowRoute(struct cmdargs const *);
extern void OsSetRoute(int, struct in_addr, struct in_addr, struct in_addr,int);
extern void DeleteIfRoutes(int);
extern struct in_addr ChooseHisAddr(const struct in_addr);
+extern const char *Index2Nam(int);