X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fnet.h;h=eae979cd1b72c59bf2d1a5b74a9792fb480842cd;hp=a97759fc80dfcf755e4b74bf24c327a63cec5c90;hb=4a21aabada23d1d2c8a10f54dd7248171c4ec82f;hpb=dbf3d168b720045328d476f3b9e5f5e45b4ab6de diff --git a/src/net.h b/src/net.h index a97759f..eae979c 100644 --- a/src/net.h +++ b/src/net.h @@ -115,6 +115,8 @@ extern bool do_prune; extern bool do_purge; extern char *myport; extern time_t now; +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"