X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fsubnet.h;h=b2124a0ef87037a00d00b9daed4cbf411c3b1270;hp=c9bb10e8a8fdb161221ef51f8f40148459b06312;hb=92aefd25bf9e8e63f199cc252218f5c427f836b7;hpb=44834d030464bbe1f7733caba8d96c678f1d6cf2 diff --git a/src/subnet.h b/src/subnet.h index c9bb10e8..b2124a0e 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 void dump_subnets(void);