X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fsubnet.h;fp=src%2Fsubnet.h;h=7b20217b79b697ccd0f4331ffd38157d5be23ae2;hp=2369f4d73006dac33e86cd3a3c30eeae0254c021;hb=04d33be4bd102de67bb6dba5c449e12fea0db4d2;hpb=b0a676988a8da3120e64ef0e1a4ea4c28b1511e1 diff --git a/src/subnet.h b/lib/subnet.h similarity index 95% rename from src/subnet.h rename to lib/subnet.h index 2369f4d7..7b20217b 100644 --- a/src/subnet.h +++ b/lib/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.2 2002/04/09 15:26:01 zarq Exp $ + $Id: subnet.h,v 1.1 2002/04/28 12:46:26 zarq Exp $ */ #ifndef __TINC_SUBNET_H__ @@ -67,6 +67,8 @@ typedef struct subnet_t { subnet_ipv4_t ipv4; subnet_ipv6_t ipv6; } net; + + void *data; /* Interface details */ } subnet_t; extern subnet_t *new_subnet(void);