X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsubnet.h;h=4ba10e985035e4c88144522452668143c390509e;hb=7c359313aca273319f94fe18121831ab4b62a4b4;hp=5bd5ff0009171f95d8d41f43141a91eaa1fe6279;hpb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;p=tinc diff --git a/src/subnet.h b/src/subnet.h index 5bd5ff00..4ba10e98 100644 --- a/src/subnet.h +++ b/src/subnet.h @@ -66,11 +66,11 @@ typedef struct subnet_t { 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 subnet_t *new_subnet(void) __attribute__((__malloc__)); extern void free_subnet(subnet_t *); extern void init_subnets(void); extern void exit_subnets(void); -extern splay_tree_t *new_subnet_tree(void) __attribute__ ((__malloc__)); +extern splay_tree_t *new_subnet_tree(void) __attribute__((__malloc__)); extern void free_subnet_tree(splay_tree_t *); extern void subnet_add(struct node_t *, subnet_t *); extern void subnet_del(struct node_t *, subnet_t *);