X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=a97759fc80dfcf755e4b74bf24c327a63cec5c90;hb=32f5524c4b52a2d3a96bc48ee2437f8b9b4dbe10;hp=fe4b54b776e58dd16d180ea1765b54e161ef0580;hpb=35af4051c3749cd2c2137a7eb57171a1fbb12af7;p=tinc diff --git a/src/net.h b/src/net.h index fe4b54b7..a97759fc 100644 --- a/src/net.h +++ b/src/net.h @@ -139,6 +139,7 @@ extern void terminate_connection(struct connection_t *, bool); extern void flush_queue(struct node_t *); extern bool read_rsa_public_key(struct connection_t *); extern void send_mtu_probe(struct node_t *); +extern void load_all_subnets(); #ifndef HAVE_MINGW #define closesocket(s) close(s)