]> www.tinc-vpn.org Git - tinc/blobdiff - src/net.h
Fix warnings from the Clang static analyzer.
[tinc] / src / net.h
index d69eabdacab702624afbedcf8c4e21944f9eb746..aaf29b6fb6fdab9787099a579f70f8ce6bc867ae 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -214,6 +214,7 @@ extern void retry(void);
 extern int reload_configuration(void);
 extern void load_all_nodes(void);
 extern void try_tx(struct node_t *n, bool mtu);
+extern void tarpit(int fd);
 
 #ifndef HAVE_MINGW
 #define closesocket(s) close(s)