X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=ipaddr.h;h=de41b7db61eccf09a4ee097b0ee42b2087b08d8f;hp=54f10d434367988a596f526c6fb1f267b75fe544;hb=a8a7df626d1419d701e2a898729b9c94ed5b1d41;hpb=44db09d60d8f3a3427c35c9269d6ac085812912d diff --git a/ipaddr.h b/ipaddr.h index 54f10d4..de41b7d 100644 --- a/ipaddr.h +++ b/ipaddr.h @@ -53,6 +53,6 @@ extern string_t subnet_to_string(struct subnet sn); extern struct ipset *string_list_to_ipset(list_t *l,struct cloc loc, cstring_t module, cstring_t param); -extern uint32_t string_item_to_ipaddr(item_t *i, cstring_t desc); +extern uint32_t string_item_to_ipaddr(const item_t *i, cstring_t desc); #endif /* ipaddr_h */