X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconnection.h;fp=src%2Fconnection.h;h=0cc5ae6fa5d59d526c90bcf2c70d8590c123ff77;hb=21f0bddfa4dca5fb21c9dc4970ac64fa8fe706e4;hp=e1b270b3f0225ff71c1573588920b034fae67f8f;hpb=528a8616e36ff08ddf1f9f16f748a272e48846be;p=meshlink diff --git a/src/connection.h b/src/connection.h index e1b270b3..0cc5ae6f 100644 --- a/src/connection.h +++ b/src/connection.h @@ -90,7 +90,6 @@ typedef struct connection_t { splay_tree_t *config_tree; /* Pointer to configuration tree belonging to him */ } connection_t; -extern list_t *connection_list; extern connection_t *everyone; extern void init_connections(void);