diff options
| author | Roy Marples <roy@marples.name> | 2006-12-14 23:17:27 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2006-12-14 23:17:27 +0000 |
| commit | 262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f (patch) | |
| tree | 54f1ff1b4b4b60743b5ad05fa9a469f6080292d6 /arp.h | |
| parent | fb4477f477d1faa60759f2b94e29c12999e1db49 (diff) | |
| download | dhcpcd-262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f.tar.xz | |
Add loads of debugging CFLAGS so we can remove all compiler warnings
Diffstat (limited to 'arp.h')
| -rw-r--r-- | arp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
