aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_regex_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_regex_service.h')
-rw-r--r--src/include/gnunet_regex_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_regex_service.h b/src/include/gnunet_regex_service.h
index a875eab90..093bf2d6a 100644
--- a/src/include/gnunet_regex_service.h
+++ b/src/include/gnunet_regex_service.h
@@ -18,6 +18,9 @@
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20/** 20/**
21 * @addtogroup Backbone
22 * @{
23 *
21 * @author Maximilian Szengel 24 * @author Maximilian Szengel
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
@@ -36,6 +39,7 @@
36#ifndef GNUNET_REGEX_SERVICE_H 39#ifndef GNUNET_REGEX_SERVICE_H
37#define GNUNET_REGEX_SERVICE_H 40#define GNUNET_REGEX_SERVICE_H
38 41
42
39#include "gnunet_util_lib.h" 43#include "gnunet_util_lib.h"
40 44
41#ifdef __cplusplus 45#ifdef __cplusplus
@@ -149,3 +153,5 @@ GNUNET_REGEX_search_cancel (struct GNUNET_REGEX_Search *s);
149#endif 153#endif
150 154
151/** @} */ /* end of group */ 155/** @} */ /* end of group */
156
157/** @} */ /* end of group addition */