aboutsummaryrefslogtreecommitdiff
path: root/src/util/service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/service.c')
-rw-r--r--src/util/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/service.c b/src/util/service.c
index a97cd434f..c3bb1039e 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -1634,7 +1634,7 @@ GNUNET_SERVICE_get_server (struct GNUNET_SERVICE_Context *ctx)
1634 * @return NULL if there are no listen sockets, otherwise NULL-terminated 1634 * @return NULL if there are no listen sockets, otherwise NULL-terminated
1635 * array of listen sockets. 1635 * array of listen sockets.
1636 */ 1636 */
1637struct GNUNET_NETWORK_Handle ** 1637struct GNUNET_NETWORK_Handle *const*
1638GNUNET_SERVICE_get_listen_sockets (struct GNUNET_SERVICE_Context *ctx) 1638GNUNET_SERVICE_get_listen_sockets (struct GNUNET_SERVICE_Context *ctx)
1639{ 1639{
1640 return ctx->lsocks; 1640 return ctx->lsocks;