X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsubnet.h;h=e129a9592d3f98975db56aa0e7bf41dfff63bbd6;hb=ad63e9fa6b41ca710e27dad621e34f1bc9bcd305;hp=b2124a0ef87037a00d00b9daed4cbf411c3b1270;hpb=92aefd25bf9e8e63f199cc252218f5c427f836b7;p=tinc diff --git a/src/subnet.h b/src/subnet.h index b2124a0e..e129a959 100644 --- a/src/subnet.h +++ b/src/subnet.h @@ -64,6 +64,8 @@ typedef struct subnet_t { #define MAXNETSTR 64 +extern avl_tree_t *subnet_tree; + extern int subnet_compare(const struct subnet_t *, const struct subnet_t *); extern subnet_t *new_subnet(void) __attribute__ ((__malloc__)); extern void free_subnet(subnet_t *);