X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=f53c27a411896d5cc58ffcb30fc76bf72a350af5;hp=cd97e301e3e8f85c30d21c0df5f2e69a3de960cb;hb=a22041922f160667573e9a5ae3f4195e1668906a;hpb=8b70c5be9bc762d81354f9cd77c3748a44a4956d diff --git a/src/net.h b/src/net.h index cd97e301..f53c27a4 100644 --- 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"