X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol.h;h=2c97641d97b9c5fc1a236dc367cc2932c7f2108f;hb=574b380dfc75ef13ee4accba1f2416165c58a5a2;hp=191229ad3aaf0bdc71da6ee439ed5e7569dc49c1;hpb=8132be8fbd6c45be309c63a117f418ad12ced094;p=tinc 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,