X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.h;h=3ffcfd5faf6da164133bc650c80b6f8651883328;hb=b34eb5555d40b7e87c1e06988250e4977a793c09;hp=390349c745f6210af6043b05dab4eab6d9273c5c;hpb=f6e87ab476a0faf8b124ecaaa27f967d825e6457;p=tinc diff --git a/src/protocol.h b/src/protocol.h index 390349c7..3ffcfd5f 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -96,8 +96,6 @@ extern bool send_metakey_ec(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 *);