aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_statistics_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_statistics_service.h')
-rw-r--r--src/include/gnunet_statistics_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_statistics_service.h b/src/include/gnunet_statistics_service.h
index 20e958865..0fe09e69a 100644
--- a/src/include/gnunet_statistics_service.h
+++ b/src/include/gnunet_statistics_service.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Backbone
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -47,6 +50,7 @@ extern "C"
47#endif 50#endif
48#endif 51#endif
49 52
53
50#include "gnunet_util_lib.h" 54#include "gnunet_util_lib.h"
51 55
52/** 56/**
@@ -227,4 +231,6 @@ GNUNET_STATISTICS_update (struct GNUNET_STATISTICS_Handle *handle,
227 231
228/** @} */ /* end of group statistics */ 232/** @} */ /* end of group statistics */
229 233
234/** @} */ /* end of group addition */
235
230#endif 236#endif