X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fsubnet.h;h=df48f60eda8268cc989cb9591bf47b4c72076c8f;hp=466eb20c1806f11fc9cfbea3bdbec0eedb346e09;hb=d6c50eb73ad49bd2eac67214995dff76b7a20661;hpb=fec14791e869180bb7994ca38ca7006cc2e957fb diff --git a/src/subnet.h b/src/subnet.h index 466eb20c..df48f60e 100644 --- a/src/subnet.h +++ b/src/subnet.h @@ -77,7 +77,7 @@ extern void subnet_update(struct node_t *, subnet_t *, bool); extern bool net2str(char *, int, const subnet_t *); extern bool str2net(subnet_t *, const char *); extern subnet_t *lookup_subnet(const struct node_t *, const subnet_t *); -extern subnet_t *lookup_subnet_mac(const mac_t *); +extern subnet_t *lookup_subnet_mac(const struct node_t *, const mac_t *); extern subnet_t *lookup_subnet_ipv4(const ipv4_t *); extern subnet_t *lookup_subnet_ipv6(const ipv6_t *); extern bool dump_subnets(struct connection_t *);