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.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/gnunet_upnp_service.h b/src/include/gnunet_upnp_service.h
index 70e50b354..1ac2ca58e 100644
--- a/src/include/gnunet_upnp_service.h
+++ b/src/include/gnunet_upnp_service.h
@@ -54,10 +54,11 @@ extern "C"
54 * function will be called with NULL on error 54 * function will be called with NULL on error
55 * @param cls closure for callback 55 * @param cls closure for callback
56 */ 56 */
57int GNUNET_UPNP_get_ip (struct GNUNET_CONFIGURATION_Handle *cfg, int domain, 57int
58 int type, int protocol, uint16_t port, 58GNUNET_UPNP_get_ip (struct GNUNET_CONFIGURATION_Handle *cfg, int domain,
59 struct GNUNET_TIME_Relative timeout, 59 int type, int protocol, uint16_t port,
60 GNUNET_RESOLVER_AddressCallback callback, void *cls); 60 struct GNUNET_TIME_Relative timeout,
61 GNUNET_RESOLVER_AddressCallback callback, void *cls);
61 62
62 63
63#if 0 /* keep Emacsens' auto-indent happy */ 64#if 0 /* keep Emacsens' auto-indent happy */