X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=05e8b4bae165b79041934fac21015eb6657fb846;hb=b3731c04097e66a6b8908bb893c5da831d89c04d;hp=5aac4a661cc83f01a7e24ce053d5b63c9ba6a4b0;hpb=40d91ff619a6ea24a2a35c9d934bcc6bace27e24;p=tinc diff --git a/src/connection.h b/src/connection.h index 5aac4a66..05e8b4ba 100644 --- a/src/connection.h +++ b/src/connection.h @@ -111,6 +111,5 @@ extern void free_connection(connection_t *); extern void connection_add(connection_t *); extern void connection_del(connection_t *); extern void dump_connections(void); -extern bool read_connection_config(connection_t *); #endif /* __TINC_CONNECTION_H__ */