aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-service-arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/gnunet-service-arm.h')
-rw-r--r--src/arm/gnunet-service-arm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/gnunet-service-arm.h b/src/arm/gnunet-service-arm.h
index e8d125b92..689f26c82 100644
--- a/src/arm/gnunet-service-arm.h
+++ b/src/arm/gnunet-service-arm.h
@@ -31,7 +31,7 @@
31 * Start the specified service. 31 * Start the specified service.
32 * 32 *
33 * @param client who is asking for this 33 * @param client who is asking for this
34 * @param servicename name of the service to start 34 * @param servicename name of the service to start
35 * @param lsocks -1 terminated list of listen sockets to pass (systemd style), or NULL 35 * @param lsocks -1 terminated list of listen sockets to pass (systemd style), or NULL
36 * @return GNUNET_OK on success 36 * @return GNUNET_OK on success
37 */ 37 */
@@ -41,7 +41,7 @@ start_service (struct GNUNET_SERVER_Client *client, const char *servicename,
41 41
42/** 42/**
43 * Stop listening for connections to a service. 43 * Stop listening for connections to a service.
44 * 44 *
45 * @param serviceName name of service to stop listening for 45 * @param serviceName name of service to stop listening for
46 * @return GNUNET_OK if we stopped to listen, GNUNET_NO if we were 46 * @return GNUNET_OK if we stopped to listen, GNUNET_NO if we were
47 * not listening 47 * not listening