X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconnection.h;fp=src%2Fconnection.h;h=1410c5cc7d6d333f1a5cb61e46a8d7840a545035;hb=084ba04f51441098c55d3bd21b11bbe368e7b52e;hp=b5d3d18dedcd15d0d22e38e7a5e32ee48a6cbd3a;hpb=7139dc96be39abcdcf7f20e134a5e9b8abce05c4;p=meshlink diff --git a/src/connection.h b/src/connection.h index b5d3d18d..1410c5cc 100644 --- a/src/connection.h +++ b/src/connection.h @@ -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__ */