]> git.meshlink.io Git - meshlink/blobdiff - src/net.h
Remove pidfile/logfile/netname and so on.
[meshlink] / src / net.h
index 59e77d7d44735920cb6702c9c6643a86ff4518dd..f534efdda46efc3f1acf7e89c59959ade976669d 100644 (file)
--- 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__ */