X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.c;h=cdf5a31c0852047af84d3b5cebe6618a19a3cedb;hp=5d84c5d7292d69a4688a48ed111cf8b015f11a34;hb=ee96ccabbbf0180d5631d3c22838456f28ee9c15;hpb=8caa1b9d750bb7467d1c3330780b05ac2bbf9883 diff --git a/src/protocol.c b/src/protocol.c index 5d84c5d7..cdf5a31c 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -1,6 +1,6 @@ /* protocol.c -- handle the meta-protocol - Copyright (C) 1999 Ivo Timmermans + Copyright (C) 1999,2000 Ivo Timmermans This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,6 +40,8 @@ char buffer[MAXBUFSIZE+1]; int buflen; +/* Outgoing request routines */ + int send_ack(conn_list_t *cl) { cp @@ -180,7 +182,7 @@ cp return 0; } -void send_key_changed2(void) +void send_key_changed_all(void) { conn_list_t *p; cp