aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_service_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-23 15:52:13 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-23 15:52:13 +0000
commit60a75ad519d3d0740198290b2477ebd3f0750e8f (patch)
treebbce92305ca5c2202079c62fd7760b0b4b11e451 /src/include/gnunet_service_lib.h
parent179644d38b5c54256d53ae9809aeac556c7919ec (diff)
downloadgnunet-60a75ad519d3d0740198290b2477ebd3f0750e8f.tar.gz
gnunet-60a75ad519d3d0740198290b2477ebd3f0750e8f.zip
-fix
Diffstat (limited to 'src/include/gnunet_service_lib.h')
-rw-r--r--src/include/gnunet_service_lib.h4
1 files changed, 2 insertions, 2 deletions
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"
43 * Get the list of addresses that a server for the given service 43 * Get the list of addresses that a server for the given service
44 * should bind to. 44 * should bind to.
45 * 45 *
46 * @param serviceName name of the service 46 * @param service_name name of the service
47 * @param cfg configuration (which specifies the addresses) 47 * @param cfg configuration (which specifies the addresses)
48 * @param addrs set (call by reference) to an array of pointers to the 48 * @param addrs set (call by reference) to an array of pointers to the
49 * addresses the server should bind to and listen on; the 49 * addresses the server should bind to and listen on; the
@@ -60,7 +60,7 @@ extern "C"
60 * set to NULL). 60 * set to NULL).
61 */ 61 */
62int 62int
63GNUNET_SERVICE_get_server_addresses (const char *serviceName, 63GNUNET_SERVICE_get_server_addresses (const char *service_name,
64 const struct GNUNET_CONFIGURATION_Handle 64 const struct GNUNET_CONFIGURATION_Handle
65 *cfg, struct sockaddr ***addrs, 65 *cfg, struct sockaddr ***addrs,
66 socklen_t ** addr_lens); 66 socklen_t ** addr_lens);