diff options
| author | Roy Marples <roy@marples.name> | 2006-12-14 23:47:56 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2006-12-14 23:47:56 +0000 |
| commit | d3e2c11ab406f172488df1b8d71ad3c0c0f51107 (patch) | |
| tree | 51b817dfc66c75282cbca7d924b80109b070e73a /arp.h | |
| parent | 262fe7db607e2fe9b7a20d8b8b32760fe4b0d32f (diff) | |
| download | dhcpcd-d3e2c11ab406f172488df1b8d71ad3c0c0f51107.tar.xz | |
Make the consts sane
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, const struct in_addr address); +int arp_check (interface_t *iface, struct in_addr address); #endif |
