(no commit message)
[oweals/gnunet.git] / src / include / gnunet_upnp_service.h
index 70e50b3540d24d8e1554fed801180022507e5aef..1ac2ca58eb28dfa294bec80c6e8f5dbd94a91cb2 100644 (file)
@@ -54,10 +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 */