aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_helper_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_helper_lib.h')
-rw-r--r--src/include/gnunet_helper_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_helper_lib.h b/src/include/gnunet_helper_lib.h
index b54120204..3362d698e 100644
--- a/src/include/gnunet_helper_lib.h
+++ b/src/include/gnunet_helper_lib.h
@@ -19,6 +19,10 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup libgnunetutil
23 * Multi-function utilities library for GNUnet programs
24 * @{
25 *
22 * @author Philipp Toelke 26 * @author Philipp Toelke
23 * @author Christian Grothoff 27 * @author Christian Grothoff
24 * 28 *
@@ -181,3 +185,5 @@ GNUNET_HELPER_send_cancel (struct GNUNET_HELPER_SendHandle *sh);
181/* end of include guard: GNUNET_HELPER_LIB_H */ 185/* end of include guard: GNUNET_HELPER_LIB_H */
182 186
183/** @} */ /* end of group */ 187/** @} */ /* end of group */
188
189/** @} */ /* end of group addition */