X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.h;h=2c97641d97b9c5fc1a236dc367cc2932c7f2108f;hp=191229ad3aaf0bdc71da6ee439ed5e7569dc49c1;hb=bbeab00f46a6c856573fe0d2b9b85bce35728403;hpb=d1cd3c81455ecb32149cbaa424b7870075b2b2fc diff --git a/src/protocol.h b/src/protocol.h index 191229ad..2c97641d 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -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,