X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet.h;h=f534efdda46efc3f1acf7e89c59959ade976669d;hb=refs%2Fheads%2Fdirtydebug;hp=59e77d7d44735920cb6702c9c6643a86ff4518dd;hpb=084ba04f51441098c55d3bd21b11bbe368e7b52e;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__ */