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