X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=fbe4e02ca68a551728e57169c641d48e8eedd0b2;hp=ff2c9ccdcb34bf965033ca012bce9fcaab3d5aea;hb=8a6f278fd2606c0a8f133f05df83b2649eacf6c3;hpb=ea415ccc1690d6e5864a7500977b181e5c8faafe diff --git a/src/connection.h b/src/connection.h index ff2c9ccd..fbe4e02c 100644 --- a/src/connection.h +++ b/src/connection.h @@ -1,6 +1,6 @@ /* connection.h -- header for connection.c - Copyright (C) 2000-2010 Guus Sliepen , + Copyright (C) 2000-2012 Guus Sliepen , 2000-2005 Ivo Timmermans This program is free software; you can redistribute it and/or modify @@ -107,6 +107,7 @@ 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 void dump_connections(void);