aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-23 13:23:15 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-23 13:23:15 +0000
commit311e9e5636fdd21172f9bca63cc8746c654ae526 (patch)
tree23099f5eceade38b89a054386aad03971191dab9 /src/nat
parentba204d8d7f0dc98c5b50d047cb5e081f73d67d2e (diff)
downloadgnunet-311e9e5636fdd21172f9bca63cc8746c654ae526.tar.gz
gnunet-311e9e5636fdd21172f9bca63cc8746c654ae526.zip
doxygen
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/upnp-commands.c2
-rw-r--r--src/nat/upnp-commands.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/nat/upnp-commands.c b/src/nat/upnp-commands.c
index 2d9ca6243..2a88f90f4 100644
--- a/src/nat/upnp-commands.c
+++ b/src/nat/upnp-commands.c
@@ -180,7 +180,7 @@ get_content_len_from_line (const char *p, int n)
180 * @param p HTML to parse 180 * @param p HTML to parse
181 * @param n size of p 181 * @param n size of p
182 * @param content_len pointer to store content length to 182 * @param content_len pointer to store content length to
183 * @param content_len pointer to store header length to 183 * @param header_len pointer to store header length to
184 */ 184 */
185static void 185static void
186get_content_and_header_len (const char *p, int n, 186get_content_and_header_len (const char *p, int n,
diff --git a/src/nat/upnp-commands.h b/src/nat/upnp-commands.h
index 3d1ebe496..ea7b48162 100644
--- a/src/nat/upnp-commands.h
+++ b/src/nat/upnp-commands.h
@@ -215,7 +215,7 @@ UPNP_add_port_mapping_ (const char *control_url, const char *service_type,
215 * @param proto protocol for which port mapping was requested 215 * @param proto protocol for which port mapping was requested
216 * @param remote_host remote host for which port mapping was requested 216 * @param remote_host remote host for which port mapping was requested
217 * @param caller_cb function to call when done 217 * @param caller_cb function to call when done
218 * @param cls closure passed to caller_cb 218 * @param caller_cls closure passed to caller_cb
219 */ 219 */
220void 220void
221UPNP_delete_port_mapping_ (const char *control_url, const char *service_type, 221UPNP_delete_port_mapping_ (const char *control_url, const char *service_type,
@@ -258,7 +258,7 @@ typedef void (*UPNP_get_specific_port_mapping_entry_cb_) (int error,
258 * @param ext_port external port 258 * @param ext_port external port
259 * @param proto protocol for which port mapping was requested 259 * @param proto protocol for which port mapping was requested
260 * @param caller_cb function to call when done 260 * @param caller_cb function to call when done
261 * @param callers_cls closure passed to caller_cb 261 * @param caller_cls closure passed to caller_cb
262 */ 262 */
263void 263void
264UPNP_get_specific_port_mapping_entry_ (const char *control_url, 264UPNP_get_specific_port_mapping_entry_ (const char *control_url,