summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/route.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-01-19 02:59:34 +0000
committerbrian <brian@FreeBSD.org>1998-01-19 02:59:34 +0000
commita4acc2b6f976579bebc0c80d90760486a832f261 (patch)
tree477af83ef0de4914fc1dd987f702873c9eb2f7c4 /usr.sbin/ppp/route.h
parent3ef8b0b8d77df5d4f852819e42dab40f2665ce13 (diff)
downloadFreeBSD-src-a4acc2b6f976579bebc0c80d90760486a832f261.zip
FreeBSD-src-a4acc2b6f976579bebc0c80d90760486a832f261.tar.gz
Reimplement proxy-arp address stuff using sysctl().
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 9ccf95b..1338487 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);
OpenPOWER on IntegriCloud