X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fconnection.h;h=ddff03bbd7a7081510b3717aba08dee9d8f1d71a;hp=2426a2204c6418a828b31770ff22b17c78b9f8c4;hb=6eaefb4dbce240334e35f67d9f3db5d4f44e49c9;hpb=50ad3f2a895c38f8d546f87490ca96ab7d9e011e diff --git a/src/connection.h b/src/connection.h index 2426a220..ddff03bb 100644 --- a/src/connection.h +++ b/src/connection.h @@ -109,7 +109,7 @@ 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 void dump_connections(void); +extern int dump_connections(struct evbuffer *); extern bool read_connection_config(connection_t *); #endif /* __TINC_CONNECTION_H__ */