From 821e1221afc9f9fd127379865bd2e470232bd918 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 24 Jul 2014 12:58:10 +0000 Subject: fixing documentation --- src/transport/plugin_transport_http_common.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/transport/plugin_transport_http_common.c') 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; * to override the address again. * * @param plugin the name of the plugin - * @param addr binary address - * @param addrlen length of the address - * @return string representing the same address + * @param saddr the splitted http address + * @param options address options + * @param dnsresult dns name to include in address + * @return string representing the same address or NULL on error */ static const char * http_common_plugin_dnsresult_to_address (const char *plugin, - const struct SplittedHTTPAddress *saddr, uint32_t options, + const struct SplittedHTTPAddress *saddr, + uint32_t options, const char *dnsresult) { static char rbuf[1024]; -- cgit v1.2.3