Don't try to mkdir(CONFDIR) on Windows when there is a registry key for tinc.
[tinc] / src / control.h
index 91708fc..ce8145a 100644 (file)
@@ -22,5 +22,6 @@
 
 extern bool init_control();
 extern void exit_control();
+extern char controlcookie[];
 
 #endif