X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.c;h=cdf5a31c0852047af84d3b5cebe6618a19a3cedb;hp=b5305e8f3d9f639b265daa1c2f65d62844443203;hb=ee96ccabbbf0180d5631d3c22838456f28ee9c15;hpb=78532475238b23eb52ac88d905fbf966d97a79d2 diff --git a/src/protocol.c b/src/protocol.c index b5305e8f..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 @@ -19,6 +19,8 @@ #include "config.h" +#include + #include #include #include @@ -38,6 +40,8 @@ char buffer[MAXBUFSIZE+1]; int buflen; +/* Outgoing request routines */ + int send_ack(conn_list_t *cl) { cp @@ -178,7 +182,7 @@ cp return 0; } -void send_key_changed2(void) +void send_key_changed_all(void) { conn_list_t *p; cp