X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet.h;h=f534efdda46efc3f1acf7e89c59959ade976669d;hb=1564f52f7643c554ec49a3e014bc9b9a8745c856;hp=59e77d7d44735920cb6702c9c6643a86ff4518dd;hpb=a3c7e1ce23cd7502f0461354fc6cb2b16f39ed96;p=meshlink diff --git a/src/net.h b/src/net.h index 59e77d7d..f534efdd 100644 --- a/src/net.h +++ b/src/net.h @@ -202,4 +202,7 @@ extern void load_all_nodes(void); extern CRITICAL_SECTION mutex; #endif +//TODO: move this to a better place +extern char *confbase; + #endif /* __TINC_NET_H__ */