X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=d7b868a58276c30a5c25ab6ce9b4a5cb393acd7e;hb=d93a37928b75b17ac5e1eae5c2d62fd0760a6608;hp=7bcb85b75a55ea03e3c87b68c4305a3112b0dd71;hpb=b381acd60dbadbb4bc679d35a7d86bf425f21f86;p=tinc diff --git a/src/net.h b/src/net.h index 7bcb85b7..d7b868a5 100644 --- a/src/net.h +++ b/src/net.h @@ -148,6 +148,9 @@ typedef enum proxytype_t { } proxytype_t; extern proxytype_t proxytype; +extern char *scriptinterpreter; +extern char *scriptextension; + /* Yes, very strange placement indeed, but otherwise the typedefs get all tangled up */ #include "connection.h" #include "node.h"