X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=5730fbb84e9779bf32ad999ffb5c7e2188e15a4a;hp=3ed0e31744e90f4bab4355573380bb99b3582939;hb=ce059e36fdb3d3049c278e8b2f36b03c93778996;hpb=d93a37928b75b17ac5e1eae5c2d62fd0760a6608 diff --git a/src/connection.h b/src/connection.h index 3ed0e317..5730fbb8 100644 --- a/src/connection.h +++ b/src/connection.h @@ -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 *);