aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_common.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-08-22 15:23:36 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-08-22 15:23:36 +0000
commitd648243f92b916ef9ba66b71f54d90ce12a3a820 (patch)
tree7ea49c4da1329d9c9a7fcab712cbdee641de926a /src/transport/plugin_transport_http_common.h
parent6da21d2895d0de9373525b731c43beb184ce6eb1 (diff)
downloadgnunet-d648243f92b916ef9ba66b71f54d90ce12a3a820.tar.gz
gnunet-d648243f92b916ef9ba66b71f54d90ce12a3a820.zip
latest changes
Diffstat (limited to 'src/transport/plugin_transport_http_common.h')
-rw-r--r--src/transport/plugin_transport_http_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_common.h b/src/transport/plugin_transport_http_common.h
index ff2fcc41f..075573d7a 100644
--- a/src/transport/plugin_transport_http_common.h
+++ b/src/transport/plugin_transport_http_common.h
@@ -133,5 +133,5 @@ http_common_address_get_size (void *addr);
133 * @return GNUNET_YES if equal, GNUNET_NO else 133 * @return GNUNET_YES if equal, GNUNET_NO else
134 */ 134 */
135size_t 135size_t
136http_common_cmp_addresses (void *addr1, size_t addrlen1, void *addr2, size_t addrlen2); 136http_common_cmp_addresses (const void *addr1, size_t addrlen1, const void *addr2, size_t addrlen2);
137/* end of plugin_transport_http_common.c */ 137/* end of plugin_transport_http_common.c */