]> git.meshlink.io Git - meshlink/blobdiff - src/connection.h
Refactor outgoing connection handling.
[meshlink] / src / connection.h
index 3ed0e31744e90f4bab4355573380bb99b3582939..5730fbb84e9779bf32ad999ffb5c7e2188e15a4a 100644 (file)
@@ -107,7 +107,6 @@ 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 *);