aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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