Ensure all parameters have names in header files.
[tinc] / src / upnp.h
index 4857342..b611bc1 100644 (file)
@@ -22,6 +22,6 @@
 
 #include "system.h"
 
-extern void upnp_init(bool, bool);
+extern void upnp_init(bool tcp, bool udp);
 
 #endif