summaryrefslogtreecommitdiffstats
path: root/arp.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2006-12-14 23:47:56 +0000
committerRoy Marples <roy@marples.name>2006-12-14 23:47:56 +0000
commitd3e2c11ab406f172488df1b8d71ad3c0c0f51107 (patch)
tree51b817dfc66c75282cbca7d924b80109b070e73a /arp.h
parent262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f (diff)
downloaddhcpcd-d3e2c11ab406f172488df1b8d71ad3c0c0f51107.tar.xz
Make the consts sane
Diffstat (limited to 'arp.h')
-rw-r--r--arp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arp.h b/arp.h
index 09822779..4dfd007d 100644
--- a/arp.h
+++ b/arp.h
@@ -24,6 +24,6 @@
#include "interface.h"
-int arp_check (interface_t *iface, const struct in_addr address);
+int arp_check (interface_t *iface, struct in_addr address);
#endif