]> git.meshlink.io Git - meshlink/blobdiff - src/protocol.h
Require ExperimentalProtocol = yes for new features, update documentation.
[meshlink] / src / protocol.h
index 191229ad3aaf0bdc71da6ee439ed5e7569dc49c1..2c97641d97b9c5fc1a236dc367cc2932c7f2108f 100644 (file)
@@ -54,6 +54,7 @@ typedef struct past_request_t {
 
 extern bool tunnelserver;
 extern bool strictsubnets;
+extern bool experimental;
 
 /* Maximum size of strings in a request.
  * scanf terminates %2048s with a NUL character,