(no commit message)
[oweals/gnunet.git] / src / include / gnunet_upnp_service.h
index 7e6ea5180d9d3f88e6d155922f32754e20dc1422..1ac2ca58eb28dfa294bec80c6e8f5dbd94a91cb2 100644 (file)
@@ -54,13 +54,11 @@ extern "C"
  *        function will be called with NULL on error
  * @param cls closure for callback
  */
-int GNUNET_UPNP_get_ip (struct GNUNET_CONFIGURATION_Handle *cfg,
-                        int domain,
-                        int type,
-                        int protocol,
-                        uint16_t port,
-                        struct GNUNET_TIME_Relative timeout,
-                        GNUNET_RESOLVER_AddressCallback callback, void *cls);
+int
+GNUNET_UPNP_get_ip (struct GNUNET_CONFIGURATION_Handle *cfg, int domain,
+                    int type, int protocol, uint16_t port,
+                    struct GNUNET_TIME_Relative timeout,
+                    GNUNET_RESOLVER_AddressCallback callback, void *cls);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */