aboutsummaryrefslogtreecommitdiff
path: root/src/nat/upnp-commands.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-12-23 08:45:09 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-12-23 08:45:09 +0000
commit163d2bb7aa86171dc895c303fb02412fc22cafc9 (patch)
tree5636cabb7ae21060027fd6f1b086f013bcc64c1c /src/nat/upnp-commands.c
parent6b2288e947a5972f4a24f15cb419d9815f6e51fb (diff)
downloadgnunet-163d2bb7aa86171dc895c303fb02412fc22cafc9.tar.gz
gnunet-163d2bb7aa86171dc895c303fb02412fc22cafc9.zip
doxygen
Diffstat (limited to 'src/nat/upnp-commands.c')
-rw-r--r--src/nat/upnp-commands.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nat/upnp-commands.c b/src/nat/upnp-commands.c
index 00655f753..2d9ca6243 100644
--- a/src/nat/upnp-commands.c
+++ b/src/nat/upnp-commands.c
@@ -227,7 +227,7 @@ get_content_and_header_len (const char *p, int n,
227 * @param available number of bytes in buf 227 * @param available number of bytes in buf
228 * @param addr address of the sender 228 * @param addr address of the sender
229 * @param addrlen size of addr 229 * @param addrlen size of addr
230 * @errCode value of errno 230 * @param errCode value of errno
231 */ 231 */
232static void 232static void
233UPNP_command_receiver (void *data, 233UPNP_command_receiver (void *data,
@@ -348,6 +348,8 @@ parse_url (const char *url, char *hostname, unsigned short *port, char **path)
348 * @param service type of the service corresponding to the command 348 * @param service type of the service corresponding to the command
349 * @param action action to send 349 * @param action action to send
350 * @param args arguments for action 350 * @param args arguments for action
351 * @param buffer buffer
352 * @param buf_size buffer size
351 * @param caller_cb user callback to trigger when done 353 * @param caller_cb user callback to trigger when done
352 * @param caller_cls closure to pass to caller_cb 354 * @param caller_cls closure to pass to caller_cb
353 */ 355 */