aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_api_stun.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-12-23 22:37:31 +0100
committerChristian Grothoff <christian@grothoff.org>2016-12-23 22:37:31 +0100
commit96b233995e41e0b6be65734ec5f29108ee017d31 (patch)
treede685563e1b6c77e6afec697bb537779736002b1 /src/nat/nat_api_stun.c
parentb671c7b7d192d7b87d5553ad6f32ac8ac6791780 (diff)
downloadgnunet-96b233995e41e0b6be65734ec5f29108ee017d31.tar.gz
gnunet-96b233995e41e0b6be65734ec5f29108ee017d31.zip
improve types, eliminate compiler warning for unused function
Diffstat (limited to 'src/nat/nat_api_stun.c')
-rw-r--r--src/nat/nat_api_stun.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nat/nat_api_stun.c b/src/nat/nat_api_stun.c
index 8f5a5f8f6..7f2ef4eaf 100644
--- a/src/nat/nat_api_stun.c
+++ b/src/nat/nat_api_stun.c
@@ -199,9 +199,7 @@ stun_dns_callback (void *cls,
199 199
200/** 200/**
201 * Make Generic STUN request. Sends a generic stun request to the 201 * Make Generic STUN request. Sends a generic stun request to the
202 * server specified using the specified socket, possibly waiting for 202 * server specified using the specified socket.
203 * a reply and filling the 'reply' field with the externally visible
204 * address.
205 * 203 *
206 * @param server the address of the stun server 204 * @param server the address of the stun server
207 * @param port port of the stun server, in host byte order 205 * @param port port of the stun server, in host byte order