X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.h;h=1a1fb3f8cc0207ab0e884e24f76039db10f2efe0;hb=511b51ffe60c20a9091829c03863197b76027716;hp=e771c545c5b398b49ef6eb3b175d9406093636a1;hpb=826ad11e419db90b66b3f76a90b54df021bb39fc;p=tinc diff --git a/src/protocol.h b/src/protocol.h index e771c545..1a1fb3f8 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -81,7 +81,6 @@ extern ecdsa_t *invitation_key; extern bool send_request(struct connection_t *, const char *, ...) __attribute__ ((__format__(printf, 2, 3))); extern void forward_request(struct connection_t *, const char *); extern bool receive_request(struct connection_t *, const char *); -extern bool check_id(const char *); extern void init_requests(void); extern void exit_requests(void);