]> git.meshlink.io Git - meshlink/blobdiff - src/protocol.h
Move node_udp_cache, everyone and invitation_key to mesh.
[meshlink] / src / protocol.h
index 68b11462143c33a9fdd8adc99c0932439752cc73..8e2258fc3401d1a218e7ef4794b70b2e6473638f 100644 (file)
@@ -56,8 +56,6 @@ typedef struct past_request_t {
        time_t firstseen;
 } past_request_t;
 
-extern ecdsa_t *invitation_key;
-
 /* Maximum size of strings in a request.
  * scanf terminates %2048s with a NUL character,
  * but the NUL character can be written after the 2048th non-NUL character.