X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=75d59df235a137bdea86be13076f89d6deb4bdc5;hp=ba17331ce18bd0486f64c2a08cb944093dbd47de;hb=ba918dce287788aaf6a90b3c7a9f349b197068d6;hpb=fcf869cd4250a240ea8d443f70fa373e4fbacf07 diff --git a/src/net.h b/src/net.h index ba17331c..75d59df2 100644 --- a/src/net.h +++ b/src/net.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: net.h,v 1.9.4.31 2001/05/25 11:54:28 guus Exp $ + $Id: net.h,v 1.9.4.33 2001/06/08 18:02:10 guus Exp $ */ #ifndef __TINC_NET_H__ @@ -98,7 +98,7 @@ extern int total_tap_out; extern int total_socket_in; extern int total_socket_out; -extern char *unknown; +extern int seconds_till_retry; extern char *request_name[256]; extern char *status_text[10]; @@ -111,6 +111,7 @@ extern void send_packet(connection_t *, vpn_packet_t *); extern void receive_packet(connection_t *, vpn_packet_t *); extern void receive_tcppacket(connection_t *, char *, int); extern void accept_packet(vpn_packet_t *); +extern void broadcast_packet(connection_t *, vpn_packet_t *); extern int setup_network_connections(void); extern void close_network_connections(void); extern void main_loop(void);