SHUTDOWN
[oweals/gnunet.git] / src / include / gnunet_upnp_service.h
index b57f766974761c3431b1d2cbccf6b85f6ca4cc93..7e6ea5180d9d3f88e6d155922f32754e20dc1422 100644 (file)
@@ -43,7 +43,6 @@ extern "C"
  * install a port mapping if possible.  The external port
  * will be returned as part of the address.
  *
- * @param sched scheduler to use
  * @param cfg configuration to use
  * @param domain communication domain (i.e. PF_INET or PF_INET6)
  * @param type communication semantics (SOCK_STREAM, SOCK_DGRAM)
@@ -55,8 +54,7 @@ extern "C"
  *        function will be called with NULL on error
  * @param cls closure for callback
  */
-int GNUNET_UPNP_get_ip (struct GNUNET_SCHEDULER_Handle *sched,
-                        struct GNUNET_CONFIGURATION_Handle *cfg,
+int GNUNET_UPNP_get_ip (struct GNUNET_CONFIGURATION_Handle *cfg,
                         int domain,
                         int type,
                         int protocol,