From 53b7b9ed132e856d5430246b56e1586d853013a7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 2 Nov 2014 21:31:08 +0000 Subject: -use const for the array --- src/include/gnunet_service_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/gnunet_service_lib.h b/src/include/gnunet_service_lib.h index 6a0ae0add..d7a798bc2 100644 --- a/src/include/gnunet_service_lib.h +++ b/src/include/gnunet_service_lib.h @@ -165,7 +165,7 @@ GNUNET_SERVICE_get_server (struct GNUNET_SERVICE_Context *ctx); * @return NULL if there are no listen sockets, otherwise NULL-terminated * array of listen sockets. */ -struct GNUNET_NETWORK_Handle ** +struct GNUNET_NETWORK_Handle *const * GNUNET_SERVICE_get_listen_sockets (struct GNUNET_SERVICE_Context *ctx); -- cgit v1.2.3