aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_sensor_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_sensor_service.h')
-rw-r--r--src/include/gnunet_sensor_service.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/include/gnunet_sensor_service.h b/src/include/gnunet_sensor_service.h
index 3bfec64d2..6b0692c6f 100644
--- a/src/include/gnunet_sensor_service.h
+++ b/src/include/gnunet_sensor_service.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 3 Copyright (C)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -19,10 +19,16 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file include/gnunet_sensor_service.h
23 * @brief API to the sensor service
24 * @author Omar Tarabai 22 * @author Omar Tarabai
23 *
24 * @file
25 * API to the sensor service
26 *
27 * @defgroup sensor Sensor service
28 *
29 * @{
25 */ 30 */
31
26#ifndef GNUNET_SENSOR_SERVICE_H 32#ifndef GNUNET_SENSOR_SERVICE_H
27#define GNUNET_SENSOR_SERVICE_H 33#define GNUNET_SENSOR_SERVICE_H
28 34
@@ -180,6 +186,7 @@ GNUNET_SENSOR_force_anomaly (struct GNUNET_SENSOR_Handle *h, char *sensor_name,
180 int anomalous, GNUNET_SENSOR_Continuation cont, 186 int anomalous, GNUNET_SENSOR_Continuation cont,
181 void *cont_cls); 187 void *cont_cls);
182 188
189
183#if 0 /* keep Emacsens' auto-indent happy */ 190#if 0 /* keep Emacsens' auto-indent happy */
184{ 191{
185#endif 192#endif
@@ -188,3 +195,5 @@ GNUNET_SENSOR_force_anomaly (struct GNUNET_SENSOR_Handle *h, char *sensor_name,
188#endif 195#endif
189 196
190#endif 197#endif
198
199/** @} */ /* end of group */