Merge branch 'master' into 1.1
[oweals/tinc.git] / src / net.h
index cd97e301e3e8f85c30d21c0df5f2e69a3de960cb..f53c27a411896d5cc58ffcb30fc76bf72a350af5 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -114,6 +114,8 @@ extern int listen_sockets;
 extern int keylifetime;
 extern bool do_prune;
 extern char *myport;
+extern int contradicting_add_edge;
+extern int contradicting_del_edge;
 
 /* Yes, very strange placement indeed, but otherwise the typedefs get all tangled up */
 #include "connection.h"