]> git.meshlink.io Git - meshlink/blobdiff - src/connection.h
Move code from libmeshlink.c into the new functions in meshlink.c.
[meshlink] / src / connection.h
index e1b270b3f0225ff71c1573588920b034fae67f8f..d4169bcc123408b85d3f4c9c7e89caf8699800a1 100644 (file)
@@ -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__));