SHUTDOWN
[oweals/gnunet.git] / src / include / gnunet_upnp_service.h
index 758d5c59889fc0a2661696ad8ab6a1b7b3195dbb..7e6ea5180d9d3f88e6d155922f32754e20dc1422 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -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,