summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/arp.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2004-09-05 01:46:52 +0000
committerbrian <brian@FreeBSD.org>2004-09-05 01:46:52 +0000
commit6f864d0a973a7f3987d73132be311b7cfbd1ccfc (patch)
treefb5af1860e245ef67196527d9ba46e5c9e284bf6 /usr.sbin/ppp/arp.h
parent2f8e87b45e5735ee9774fce8bc8ffaf1fdc72657 (diff)
downloadFreeBSD-src-6f864d0a973a7f3987d73132be311b7cfbd1ccfc.zip
FreeBSD-src-6f864d0a973a7f3987d73132be311b7cfbd1ccfc.tar.gz
Make ppp WARNS=5 clean
Diffstat (limited to 'usr.sbin/ppp/arp.h')
-rw-r--r--usr.sbin/ppp/arp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/arp.h b/usr.sbin/ppp/arp.h
index ac0a1ca..81e3fa6 100644
--- a/usr.sbin/ppp/arp.h
+++ b/usr.sbin/ppp/arp.h
@@ -31,6 +31,6 @@
struct sockaddr_dl;
struct bundle;
-extern int arp_ClearProxy(struct bundle *, struct in_addr, int);
-extern int arp_SetProxy(struct bundle *, struct in_addr, int);
-extern int arp_EtherAddr(int, struct in_addr, struct sockaddr_dl *, int);
+extern int arp_ClearProxy(struct bundle *, struct in_addr);
+extern int arp_SetProxy(struct bundle *, struct in_addr);
+extern int arp_EtherAddr(struct in_addr, struct sockaddr_dl *, int);
OpenPOWER on IntegriCloud