X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.h;h=ad3d31e9d4708fcce63cb00e70f381fe2ea70a2a;hp=0bacd7b12af0b07f9bcd41e3e7ba410816b8694c;hb=3f0c1f6b81dd305b0ded2424f9f7da441c7d97b6;hpb=3157b94e8bdcb6f2a5c48699379d4954c9db1e00 diff --git a/src/protocol.h b/src/protocol.h index 0bacd7b1..ad3d31e9 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -88,9 +88,6 @@ extern bool send_metakey(struct connection_t *); extern bool send_challenge(struct connection_t *); extern bool send_chal_reply(struct connection_t *); extern bool send_ack(struct connection_t *); -extern bool send_status(struct connection_t *, int, const char *); -extern bool send_error(struct connection_t *, int, const char *); -extern bool send_termreq(struct connection_t *); extern bool send_ping(struct connection_t *); extern bool send_pong(struct connection_t *); extern bool send_add_subnet(struct connection_t *, const struct subnet_t *);