From 60a75ad519d3d0740198290b2477ebd3f0750e8f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Apr 2012 15:52:13 +0000 Subject: [PATCH] -fix --- src/dht/dht.h | 6 +++--- src/include/gnunet_service_lib.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/dht/dht.h b/src/dht/dht.h index 8656de364..f1b183e25 100644 --- a/src/dht/dht.h +++ b/src/dht/dht.h @@ -196,7 +196,7 @@ struct GNUNET_DHT_ClientPutMessage /** - * Message to monitor put requests going through peer, DHT service --> clients. + * Message to monitor put requests going through peer, DHT service -> clients. */ struct GNUNET_DHT_MonitorPutMessage { @@ -249,7 +249,7 @@ struct GNUNET_DHT_MonitorPutMessage /** - * Message to request monitoring messages, clients --> DHT service. + * Message to request monitoring messages, clients -> DHT service. */ struct GNUNET_DHT_MonitorStartMessage { @@ -336,7 +336,7 @@ struct GNUNET_DHT_MonitorGetMessage }; /** - * Message to monitor get results going through peer, DHT service --> clients. + * Message to monitor get results going through peer, DHT service -> clients. */ struct GNUNET_DHT_MonitorGetRespMessage { diff --git a/src/include/gnunet_service_lib.h b/src/include/gnunet_service_lib.h index 9ea56eb6b..39e6a8050 100644 --- a/src/include/gnunet_service_lib.h +++ b/src/include/gnunet_service_lib.h @@ -43,7 +43,7 @@ extern "C" * Get the list of addresses that a server for the given service * should bind to. * - * @param serviceName name of the service + * @param service_name name of the service * @param cfg configuration (which specifies the addresses) * @param addrs set (call by reference) to an array of pointers to the * addresses the server should bind to and listen on; the @@ -60,7 +60,7 @@ extern "C" * set to NULL). */ int -GNUNET_SERVICE_get_server_addresses (const char *serviceName, +GNUNET_SERVICE_get_server_addresses (const char *service_name, const struct GNUNET_CONFIGURATION_Handle *cfg, struct sockaddr ***addrs, socklen_t ** addr_lens); -- 2.25.1