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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_upnp_service.h b/src/include/gnunet_upnp_service.h
index b57f76697..7e6ea5180 100644
--- a/src/include/gnunet_upnp_service.h
+++ b/src/include/gnunet_upnp_service.h
@@ -43,7 +43,6 @@ extern "C"
43 * install a port mapping if possible. The external port 43 * install a port mapping if possible. The external port
44 * will be returned as part of the address. 44 * will be returned as part of the address.
45 * 45 *
46 * @param sched scheduler to use
47 * @param cfg configuration to use 46 * @param cfg configuration to use
48 * @param domain communication domain (i.e. PF_INET or PF_INET6) 47 * @param domain communication domain (i.e. PF_INET or PF_INET6)
49 * @param type communication semantics (SOCK_STREAM, SOCK_DGRAM) 48 * @param type communication semantics (SOCK_STREAM, SOCK_DGRAM)
@@ -55,8 +54,7 @@ extern "C"
55 * function will be called with NULL on error 54 * function will be called with NULL on error
56 * @param cls closure for callback 55 * @param cls closure for callback
57 */ 56 */
58int GNUNET_UPNP_get_ip (struct GNUNET_SCHEDULER_Handle *sched, 57int GNUNET_UPNP_get_ip (struct GNUNET_CONFIGURATION_Handle *cfg,
59 struct GNUNET_CONFIGURATION_Handle *cfg,
60 int domain, 58 int domain,
61 int type, 59 int type,
62 int protocol, 60 int protocol,