aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-03 08:02:44 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-03 08:02:44 +0000
commitc3ff8f261c25be9fc76ea40ab2f4e3b1313d3c08 (patch)
tree1ccf8dc7fad1c1c9a032c6097d3c95c3a56d3d90 /src/util
parentfc0229e6dcdcb8e5f560051da73721609af64e2c (diff)
downloadgnunet-c3ff8f261c25be9fc76ea40ab2f4e3b1313d3c08.tar.gz
gnunet-c3ff8f261c25be9fc76ea40ab2f4e3b1313d3c08.zip
-indentation and doxygen fixes
Diffstat (limited to 'src/util')
-rw-r--r--src/util/service.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/service.c b/src/util/service.c
index ef6206bdc..9ba536245 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -501,7 +501,7 @@ add_unixpath (struct sockaddr **saddrs, socklen_t * saddrlens,
501 * addresses the server should bind to and listen on; the 501 * addresses the server should bind to and listen on; the
502 * array will be NULL-terminated (on success) 502 * array will be NULL-terminated (on success)
503 * @param addr_lens set (call by reference) to an array of the lengths 503 * @param addr_lens set (call by reference) to an array of the lengths
504 * of the respective 'struct sockaddr' struct in the 'addrs' 504 * of the respective `struct sockaddr` struct in the @a addrs
505 * array (on success) 505 * array (on success)
506 * @return number of addresses found on success, 506 * @return number of addresses found on success,
507 * #GNUNET_SYSERR if the configuration 507 * #GNUNET_SYSERR if the configuration
@@ -513,8 +513,8 @@ add_unixpath (struct sockaddr **saddrs, socklen_t * saddrlens,
513 */ 513 */
514int 514int
515GNUNET_SERVICE_get_server_addresses (const char *service_name, 515GNUNET_SERVICE_get_server_addresses (const char *service_name,
516 const struct GNUNET_CONFIGURATION_Handle 516 const struct GNUNET_CONFIGURATION_Handle *cfg,
517 *cfg, struct sockaddr ***addrs, 517 struct sockaddr ***addrs,
518 socklen_t ** addr_lens) 518 socklen_t ** addr_lens)
519{ 519{
520 int disablev6; 520 int disablev6;