X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=e7397810b4d2c80c896caa4cde935df92cf90cfe;hp=059729973b782373f91b48e0dff104399bddc7ab;hb=3ff76eb10acc55b6f269c1075de6bbaa5bc83516;hpb=408ca91766088b6c2d38e198b0692bf394b41248 diff --git a/src/connection.h b/src/connection.h index 05972997..e7397810 100644 --- a/src/connection.h +++ b/src/connection.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: connection.h,v 1.1.2.1 2000/11/20 19:12:11 guus Exp $ + $Id: connection.h,v 1.1.2.3 2000/11/22 22:18:03 guus Exp $ */ #ifndef __TINC_CONNECTION_H__ @@ -111,12 +111,14 @@ extern connection_t *myself; extern void init_connections(void); extern connection_t *new_connection(void); extern void free_connection(connection_t *); +extern void id_add(connection_t *); extern void connection_add(connection_t *); extern void connection_del(connection_t *); extern connection_t *lookup_id(char *); +extern connection_t *lookup_connection(ipv4_t, short unsigned int); extern void dump_connection_list(void); extern int read_host_config(connection_t *); -extern void destroy_connection(void); +extern void destroy_connection_tree(void); extern void prune_connection_tree(void); #endif /* __TINC_CONNECTION_H__ */