X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsubnet.h;h=2e27f68f8db84cc9b2dfdb85adcc5abbc2987bd3;hb=3a149f7521dfff67e6a790c1a830afc649ae083e;hp=f50b13ba759c9a0d5f92b4db90572966b807991b;hpb=bf81fce8ff7a244ecdfbe2d5535bdf4df07b3f35;p=tinc diff --git a/src/subnet.h b/src/subnet.h index f50b13ba..2e27f68f 100644 --- a/src/subnet.h +++ b/src/subnet.h @@ -63,7 +63,7 @@ typedef struct subnet_t { #define MAXNETSTR 64 -extern splay_tree_t *subnet_tree; +extern splay_tree_t subnet_tree; extern int subnet_compare(const struct subnet_t *a, const struct subnet_t *b); extern subnet_t *new_subnet(void) __attribute__((__malloc__));