X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=b23e02b75c54564e9223c60360c6d071cea2a944;hb=0871c3095151bce6a4031a2662aa51b7193b855c;hp=4a9ef446220e556ba80bd948d9df6a1a58f27f2f;hpb=9e917cc3b614d7a986416e6a2c3ea9ea583adacf;p=tinc diff --git a/src/connection.h b/src/connection.h index 4a9ef446..b23e02b7 100644 --- a/src/connection.h +++ b/src/connection.h @@ -107,7 +107,7 @@ typedef struct connection_t { splay_tree_t *config_tree; /* Pointer to configuration tree belonging to him */ } connection_t; -extern list_t *connection_list; +extern list_t connection_list; extern connection_t *everyone; extern void init_connections(void);