]> git.meshlink.io Git - meshlink/blobdiff - src/protocol.h
Remove support for control connections.
[meshlink] / src / protocol.h
index 663d5788832cafe6cd80e75ee9e9258bc3bbfff7..d6060650021f85fb46d32cbb178710a77c18658f 100644 (file)
@@ -123,6 +123,5 @@ extern bool key_changed_h(struct connection_t *, const char *);
 extern bool req_key_h(struct connection_t *, const char *);
 extern bool ans_key_h(struct connection_t *, const char *);
 extern bool tcppacket_h(struct connection_t *, const char *);
-extern bool control_h(struct connection_t *, const char *);
 
 #endif /* __TINC_PROTOCOL_H__ */