X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconnection.h;h=d4169bcc123408b85d3f4c9c7e89caf8699800a1;hb=35cbcab5e38ad286dfe85c6958b47a87c8885c41;hp=e1b270b3f0225ff71c1573588920b034fae67f8f;hpb=fb7b6e7a0c966a88a682f656ca1caeb9a0583c5b;p=meshlink diff --git a/src/connection.h b/src/connection.h index e1b270b3..d4169bcc 100644 --- a/src/connection.h +++ b/src/connection.h @@ -21,8 +21,6 @@ #define __TINC_CONNECTION_H__ #include "buffer.h" -#include "cipher.h" -#include "digest.h" #include "list.h" #include "sptps.h" @@ -90,9 +88,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); extern void exit_connections(void); extern connection_t *new_connection(void) __attribute__ ((__malloc__));