]> git.meshlink.io Git - meshlink/blobdiff - src/connection.h
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
[meshlink] / src / connection.h
index 58eea4e694742ab26d0af94b39177493bbb41bbb..2b6870e41c60d90260c0f2e561f237268c9fdd89 100644 (file)
@@ -107,6 +107,7 @@ extern void init_connections(void);
 extern void exit_connections(void);
 extern connection_t *new_connection(void) __attribute__ ((__malloc__));
 extern void free_connection(connection_t *);
+extern void free_connection_partially(connection_t *);
 extern void connection_add(connection_t *);
 extern void connection_del(connection_t *);
 extern bool dump_connections(struct connection_t *);