X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsubnet.h;h=df48f60eda8268cc989cb9591bf47b4c72076c8f;hb=0ff44fc2417217d542bf0e9a7ecfd20020893bc7;hp=466eb20c1806f11fc9cfbea3bdbec0eedb346e09;hpb=edebf579f2ea29e6e84360cb13731f5858a1555b;p=tinc 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 *);