X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/322a0105bc70230236732e9751d0c888f37a5072..53f4e66603bcc2d21c70ad7a69db5fda6da5d645:/ipaddr.c diff --git a/ipaddr.c b/ipaddr.c index d23317c..09eb80d 100644 --- a/ipaddr.c +++ b/ipaddr.c @@ -418,7 +418,7 @@ static struct subnet string_item_to_subnet(item_t *i, cstring_t desc, return s; } -uint32_t string_item_to_ipaddr(item_t *i, cstring_t desc) +uint32_t string_item_to_ipaddr(const item_t *i, cstring_t desc) { uint32_t a, b, c, d; int match;