X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fsubnet.h;h=994c541c9a6110d68d3186f18ccf60cd1815365f;hp=0d6287672b50430d6d1961d8790bebd13305b6a5;hb=f25868fd2b58bc0b350a5cfaf342480f28f804cf;hpb=ba6b8005ebe3a53877590c242ff581dc5dee5eae diff --git a/src/subnet.h b/src/subnet.h index 0d628767..994c541c 100644 --- a/src/subnet.h +++ b/src/subnet.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: subnet.h,v 1.1.2.4 2000/10/28 16:41:40 guus Exp $ + $Id: subnet.h,v 1.1.2.5 2000/10/28 21:05:20 guus Exp $ */ #ifndef __TINC_SUBNET_H__ @@ -84,6 +84,6 @@ extern subnet_t *str2net(char *); extern subnet_t *lookup_subnet_mac(mac_t); extern subnet_t *lookup_subnet_ipv4(ipv4_t); extern subnet_t *lookup_subnet_ipv6(ipv6_t); - +extern void dump_subnet_list(void); #endif /* __TINC_SUBNET_H__ */