aboutsummaryrefslogtreecommitdiff
path: root/src/nat/upnp-discover.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/upnp-discover.h')
-rw-r--r--src/nat/upnp-discover.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nat/upnp-discover.h b/src/nat/upnp-discover.h
index 2e996cd88..39b704bcf 100644
--- a/src/nat/upnp-discover.h
+++ b/src/nat/upnp-discover.h
@@ -70,14 +70,12 @@ typedef void (*UPNP_discover_cb_) (const char *control_urls,
70 * If several devices are found, a device that is connected to the WAN 70 * If several devices are found, a device that is connected to the WAN
71 * is returned first (if any). 71 * is returned first (if any).
72 * 72 *
73 * @param sched scheduler to use for network tasks
74 * @param multicastif network interface to send discovery messages, or NULL 73 * @param multicastif network interface to send discovery messages, or NULL
75 * @param addr address used to send messages on multicastif, or NULL 74 * @param addr address used to send messages on multicastif, or NULL
76 * @param caller_cb user function to call when done 75 * @param caller_cb user function to call when done
77 * @param caller_cls closure to pass to caller_cb 76 * @param caller_cls closure to pass to caller_cb
78 */ 77 */
79void UPNP_discover_ (struct GNUNET_SCHEDULER_Handle *sched, 78void UPNP_discover_ (const char *multicastif,
80 const char *multicastif,
81 const struct sockaddr *addr, 79 const struct sockaddr *addr,
82 UPNP_discover_cb_ caller_cb, void *caller_cls); 80 UPNP_discover_cb_ caller_cb, void *caller_cls);
83 81