aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_service_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-02 21:31:08 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-02 21:31:08 +0000
commit53b7b9ed132e856d5430246b56e1586d853013a7 (patch)
tree67222753516e7f1c05e2f5eb31ba330bf3a1e394 /src/include/gnunet_service_lib.h
parent4e79e115a5dd0bc399913464cc456ee6ef309c2f (diff)
downloadgnunet-53b7b9ed132e856d5430246b56e1586d853013a7.tar.gz
gnunet-53b7b9ed132e856d5430246b56e1586d853013a7.zip
-use const for the array
Diffstat (limited to 'src/include/gnunet_service_lib.h')
-rw-r--r--src/include/gnunet_service_lib.h2
1 files changed, 1 insertions, 1 deletions
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);
165 * @return NULL if there are no listen sockets, otherwise NULL-terminated 165 * @return NULL if there are no listen sockets, otherwise NULL-terminated
166 * array of listen sockets. 166 * array of listen sockets.
167 */ 167 */
168struct GNUNET_NETWORK_Handle ** 168struct GNUNET_NETWORK_Handle *const *
169GNUNET_SERVICE_get_listen_sockets (struct GNUNET_SERVICE_Context *ctx); 169GNUNET_SERVICE_get_listen_sockets (struct GNUNET_SERVICE_Context *ctx);
170 170
171 171