X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fsubnet.h;h=f22e6d58abfc0d36ee601519a999922cedf2612c;hb=79e46d08a46f2fef2ee4e8eac7ba487007160564;hp=df48f60eda8268cc989cb9591bf47b4c72076c8f;hpb=4ce4af4c712c80d08630767ec34787253da1021b;p=tinc diff --git a/src/subnet.h b/src/subnet.h index df48f60e..f22e6d58 100644 --- a/src/subnet.h +++ b/src/subnet.h @@ -64,6 +64,8 @@ typedef struct subnet_t { #define MAXNETSTR 64 +extern splay_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 *);