summaryrefslogtreecommitdiffstats
path: root/arp.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2006-12-14 23:17:27 +0000
committerRoy Marples <roy@marples.name>2006-12-14 23:17:27 +0000
commit262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f (patch)
tree54f1ff1b4b4b60743b5ad05fa9a469f6080292d6 /arp.h
parentfb4477f477d1faa60759f2b94e29c12999e1db49 (diff)
downloaddhcpcd-262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f.tar.xz
Add loads of debugging CFLAGS so we can remove all compiler warnings
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 4dfd007d..09822779 100644
--- a/arp.h
+++ b/arp.h
@@ -24,6 +24,6 @@
#include "interface.h"
-int arp_check (interface_t *iface, struct in_addr address);
+int arp_check (interface_t *iface, const struct in_addr address);
#endif