aboutsummaryrefslogtreecommitdiff
path: root/src/nat/upnp-discover.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-11-05 18:21:50 +0000
committerNathan S. Evans <evans@in.tum.de>2010-11-05 18:21:50 +0000
commit75a33a1499cf60ea4364c9aa673816629a6c1413 (patch)
tree0620da4312bb04de4d7b65074fdd3b0c3dd6cc0e /src/nat/upnp-discover.h
parent7217c601ad30760872823193d62307e7a335d226 (diff)
downloadgnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.tar.gz
gnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.zip
big scheduler refactoring, expect some issues
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