aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/arp.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2004-09-05 01:46:52 +0000
committerBrian Somers <brian@FreeBSD.org>2004-09-05 01:46:52 +0000
commit057f1760a8171825b260dad27502f74ed5f69faf (patch)
treefb5af1860e245ef67196527d9ba46e5c9e284bf6 /usr.sbin/ppp/arp.h
parent3f61368f03d40932bd1fbe095678fd44de5c8490 (diff)
downloadsrc-057f1760a8171825b260dad27502f74ed5f69faf.tar.gz
src-057f1760a8171825b260dad27502f74ed5f69faf.zip
Make ppp WARNS=5 clean
Notes
Notes: svn path=/head/; revision=134789
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 ac0a1cae7288..81e3fa6e9db2 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);