]> git.meshlink.io Git - meshlink/blobdiff - src/connection.h
Merge branch 'master' into dirtydebug
[meshlink] / src / connection.h
index b5d3d18dedcd15d0d22e38e7a5e32ee48a6cbd3a..1410c5cc7d6d333f1a5cb61e46a8d7840a545035 100644 (file)
@@ -110,6 +110,5 @@ extern connection_t *new_connection(void) __attribute__ ((__malloc__));
 extern void free_connection(connection_t *);
 extern void connection_add(connection_t *);
 extern void connection_del(connection_t *);
-extern bool dump_connections(struct connection_t *);
 
 #endif /* __TINC_CONNECTION_H__ */