X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.h;h=ac86198eff14eaeb06db30f7032469d70ad732a8;hp=0664d4cfcd2b615b49ee13d40469d7d3eed00ac6;hb=3308d13e7e3bf20cfeaf6f2ab17228a9820cea66;hpb=43fa7283ac01f2ecc95381b519ef6b3342546f35 diff --git a/src/protocol.h b/src/protocol.h index 0664d4cf..ac86198e 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -97,9 +97,9 @@ extern bool send_add_subnet(struct connection_t *, const struct subnet_t *); extern bool send_del_subnet(struct connection_t *, const struct subnet_t *); extern bool send_add_edge(struct connection_t *, const struct edge_t *); extern bool send_del_edge(struct connection_t *, const struct edge_t *); -extern bool send_key_changed(struct connection_t *, const struct node_t *); -extern bool send_req_key(struct connection_t *, const struct node_t *, const struct node_t *); -extern bool send_ans_key(struct connection_t *, const struct node_t *, const struct node_t *); +extern bool send_key_changed(); +extern bool send_req_key(struct node_t *); +extern bool send_ans_key(struct node_t *); extern bool send_tcppacket(struct connection_t *, struct vpn_packet_t *); /* Request handlers */