X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fsubnet.h;h=e129a9592d3f98975db56aa0e7bf41dfff63bbd6;hp=b2124a0ef87037a00d00b9daed4cbf411c3b1270;hb=9f53ab209d8a6a7622a49ed03cef735b6e3f3eeb;hpb=d1cc637470edaed663e694fdeb290eb45cc9ecca 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 *);