aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_arm_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_arm_service.h')
-rw-r--r--src/include/gnunet_arm_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h
index 012c27877..5a929a37e 100644
--- a/src/include/gnunet_arm_service.h
+++ b/src/include/gnunet_arm_service.h
@@ -51,7 +51,8 @@ extern "C"
51 * @param cls closure 51 * @param cls closure
52 * @param success GNUNET_YES if we think the service is running 52 * @param success GNUNET_YES if we think the service is running
53 * GNUNET_NO if we think the service is stopped 53 * GNUNET_NO if we think the service is stopped
54 * GNUNET_SYSERR if we think ARM was not running 54 * GNUNET_SYSERR if we think ARM was not running or
55 * if the service status is unknown
55 */ 56 */
56typedef void (*GNUNET_ARM_Callback) (void *cls, int success); 57typedef void (*GNUNET_ARM_Callback) (void *cls, int success);
57 58