aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_upnp_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_upnp_service.h')
-rw-r--r--src/include/gnunet_upnp_service.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/include/gnunet_upnp_service.h b/src/include/gnunet_upnp_service.h
index 7e6ea5180..70e50b354 100644
--- a/src/include/gnunet_upnp_service.h
+++ b/src/include/gnunet_upnp_service.h
@@ -54,11 +54,8 @@ extern "C"
54 * function will be called with NULL on error 54 * function will be called with NULL on error
55 * @param cls closure for callback 55 * @param cls closure for callback
56 */ 56 */
57int GNUNET_UPNP_get_ip (struct GNUNET_CONFIGURATION_Handle *cfg, 57int GNUNET_UPNP_get_ip (struct GNUNET_CONFIGURATION_Handle *cfg, int domain,
58 int domain, 58 int type, int protocol, uint16_t port,
59 int type,
60 int protocol,
61 uint16_t port,
62 struct GNUNET_TIME_Relative timeout, 59 struct GNUNET_TIME_Relative timeout,
63 GNUNET_RESOLVER_AddressCallback callback, void *cls); 60 GNUNET_RESOLVER_AddressCallback callback, void *cls);
64 61