]> git.meshlink.io Git - meshlink/blobdiff - src/connection.h
Use the crypto wrappers again instead of calling OpenSSL directly.
[meshlink] / src / connection.h
index 54caa2610a81f93124180a658d1642f7085918a5..ca71cad9711c416959ac63c3f5f1b8d6ce2391fa 100644 (file)
@@ -104,7 +104,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__ */