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