X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=0fc49ef38d4fe19228d191d0db37b5707474d302;hp=0f2b1d6a44d86ac0b72f453245203e1a399d98f6;hb=a22041922f160667573e9a5ae3f4195e1668906a;hpb=8b70c5be9bc762d81354f9cd77c3748a44a4956d diff --git a/src/connection.h b/src/connection.h index 0f2b1d6a..0fc49ef3 100644 --- a/src/connection.h +++ b/src/connection.h @@ -100,6 +100,5 @@ extern void free_connection(connection_t *); extern void connection_add(connection_t *); extern void connection_del(connection_t *); extern bool dump_connections(struct connection_t *); -extern bool read_connection_config(connection_t *); #endif /* __TINC_CONNECTION_H__ */