X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsubnet.h;h=48eec520f53a85213905aba8479c63c158143989;hb=6eaefb4dbce240334e35f67d9f3db5d4f44e49c9;hp=f73aaf9531dd3568e069a7808aaa28415242891e;hpb=50ad3f2a895c38f8d546f87490ca96ab7d9e011e;p=tinc diff --git a/src/subnet.h b/src/subnet.h index f73aaf95..48eec520 100644 --- a/src/subnet.h +++ b/src/subnet.h @@ -81,6 +81,6 @@ 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_ipv4(const ipv4_t *); extern subnet_t *lookup_subnet_ipv6(const ipv6_t *); -extern void dump_subnets(void); +extern int dump_subnets(struct evbuffer *); #endif /* __TINC_SUBNET_H__ */