aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_common.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-07-24 12:58:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-07-24 12:58:10 +0000
commit821e1221afc9f9fd127379865bd2e470232bd918 (patch)
tree348d3bce4b2766b736159d346f022212ff0f3c67 /src/transport/plugin_transport_http_common.c
parentc057bd312c783e0a2f3783dfd888a66f490b0a30 (diff)
downloadgnunet-821e1221afc9f9fd127379865bd2e470232bd918.tar.gz
gnunet-821e1221afc9f9fd127379865bd2e470232bd918.zip
fixing documentation
Diffstat (limited to 'src/transport/plugin_transport_http_common.c')
-rw-r--r--src/transport/plugin_transport_http_common.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_http_common.c b/src/transport/plugin_transport_http_common.c
index a420b8cdc..f1246bdb4 100644
--- a/src/transport/plugin_transport_http_common.c
+++ b/src/transport/plugin_transport_http_common.c
@@ -244,13 +244,15 @@ static struct PrettyPrinterContext *dll_ppc_tail;
244 * to override the address again. 244 * to override the address again.
245 * 245 *
246 * @param plugin the name of the plugin 246 * @param plugin the name of the plugin
247 * @param addr binary address 247 * @param saddr the splitted http address
248 * @param addrlen length of the address 248 * @param options address options
249 * @return string representing the same address 249 * @param dnsresult dns name to include in address
250 * @return string representing the same address or NULL on error
250 */ 251 */
251static const char * 252static const char *
252http_common_plugin_dnsresult_to_address (const char *plugin, 253http_common_plugin_dnsresult_to_address (const char *plugin,
253 const struct SplittedHTTPAddress *saddr, uint32_t options, 254 const struct SplittedHTTPAddress *saddr,
255 uint32_t options,
254 const char *dnsresult) 256 const char *dnsresult)
255{ 257{
256 static char rbuf[1024]; 258 static char rbuf[1024];