Use the same logic as tinc 1.0.x for detecting two nodes with the same Name.
[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