Reload Subnets when getting a HUP signal and StrictSubnets is used.
[oweals/tinc.git] / src / net.h
index fe4b54b776e58dd16d180ea1765b54e161ef0580..a97759fc80dfcf755e4b74bf24c327a63cec5c90 100644 (file)
--- 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)