aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http_common.c')
-rw-r--r--src/transport/plugin_transport_http_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_common.c b/src/transport/plugin_transport_http_common.c
index 6d3ee3429..2bcab42b4 100644
--- a/src/transport/plugin_transport_http_common.c
+++ b/src/transport/plugin_transport_http_common.c
@@ -173,6 +173,7 @@ http_split_address (const char *addr)
173 return sp; 173 return sp;
174} 174}
175 175
176
176/** 177/**
177 * Closure for #append_port(). 178 * Closure for #append_port().
178 */ 179 */
@@ -640,6 +641,7 @@ http_common_plugin_address_to_string (const char *plugin,
640 return NULL; 641 return NULL;
641} 642}
642 643
644
643/** 645/**
644 * Function called to convert a string address to 646 * Function called to convert a string address to
645 * a binary address. 647 * a binary address.
@@ -943,5 +945,4 @@ http_common_get_network_for_address (struct
943} 945}
944 946
945 947
946
947/* end of plugin_transport_http_common.c */ 948/* end of plugin_transport_http_common.c */