]> www.tinc-vpn.org Git - tinc/blobdiff - lib/subnet.h
Moving files, first attempt at gcrypt compatibility, more interface
[tinc] / lib / subnet.h
similarity index 95%
rename from src/subnet.h
rename to lib/subnet.h
index 2369f4d73006dac33e86cd3a3c30eeae0254c021..7b20217b79b697ccd0f4331ffd38157d5be23ae2 100644 (file)
@@ -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);