aboutsummaryrefslogtreecommitdiff
path: root/src/upnp
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
commitfe947a9704bed14c2fc74b2f2069596fe884cbad (patch)
tree644efdaa37d692b09f8e279bfe5e8b2ebe81448b /src/upnp
parenta8b0ab037820f6a9f405be3855ce8d3ebbd4399b (diff)
downloadgnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.tar.gz
gnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.zip
better comments
Diffstat (limited to 'src/upnp')
-rw-r--r--src/upnp/upnp.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/upnp/upnp.h b/src/upnp/upnp.h
index 1f99c5352..a77755a3c 100644
--- a/src/upnp/upnp.h
+++ b/src/upnp/upnp.h
@@ -61,12 +61,10 @@ const char *gaim_upnp_get_public_ip (void);
61 * this gaim client. Essentially, this function takes care of the port 61 * this gaim client. Essentially, this function takes care of the port
62 * forwarding so things like file transfers can work behind NAT firewalls 62 * forwarding so things like file transfers can work behind NAT firewalls
63 * 63 *
64 * @param cfg configuration to use
65 * @param do_add TRUE/GNUNET_YES to add, FALSE/GNUNET_NO to remove
64 * @param portmap The port to map to this client 66 * @param portmap The port to map to this client
65 * @param protocol The protocol to map, either "TCP" or "UDP" 67 * @param protocol The protocol to map, either "TCP" or "UDP"
66 * @param do_add TRUE/GNUNET_YES to add, FALSE/GNUNET_NO to remove
67 * @param cb an optional callback function to be notified when the mapping
68 * addition is complete
69 * @param cb_data Extra data to be passed to the callback
70 */ 68 */
71int gaim_upnp_change_port_mapping (struct GNUNET_CONFIGURATION_Handle *cfg, 69int gaim_upnp_change_port_mapping (struct GNUNET_CONFIGURATION_Handle *cfg,
72 int do_add, 70 int do_add,