Remove unused functions.
[oweals/tinc.git] / src / protocol.h
index 0bacd7b12af0b07f9bcd41e3e7ba410816b8694c..ad3d31e9d4708fcce63cb00e70f381fe2ea70a2a 100644 (file)
@@ -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 *);