X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=ddff03bbd7a7081510b3717aba08dee9d8f1d71a;hb=a62a6825a8a69e279ee0688a4cd9e51fbc52054b;hp=2426a2204c6418a828b31770ff22b17c78b9f8c4;hpb=40731d030fef793c6b6405efd9b3e64c26c00045;p=tinc 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__ */