aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_helper_lib.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
committerGabor X Toth <*@tg-x.net>2016-01-11 21:23:17 +0000
commitb23f7bcde58fdada9170f16af39ab1e84f4c3a68 (patch)
tree7b41d9839d854eef7ebd6b93fa161c55221a6577 /src/include/gnunet_helper_lib.h
parent1e53d26243bc986844a7b5b53bedeefb61dd7960 (diff)
downloadgnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.tar.gz
gnunet-b23f7bcde58fdada9170f16af39ab1e84f4c3a68.zip
doxygen: group/module definitions (part 1)
Diffstat (limited to 'src/include/gnunet_helper_lib.h')
-rw-r--r--src/include/gnunet_helper_lib.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/src/include/gnunet_helper_lib.h b/src/include/gnunet_helper_lib.h
index 7cccecad5..1fee1ac01 100644
--- a/src/include/gnunet_helper_lib.h
+++ b/src/include/gnunet_helper_lib.h
@@ -19,11 +19,19 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file include/gnunet_helper_lib.h
23 * @brief API for dealing with (SUID) helper processes that communicate via
24 * GNUNET_MessageHeaders on stdin/stdout
25 * @author Philipp Toelke 22 * @author Philipp Toelke
26 * @author Christian Grothoff 23 * @author Christian Grothoff
24 *
25 * @file
26 * API for dealing with SUID helper processes
27 *
28 * @defgroup helper Helper library
29 * Dealing with SUID helper processes.
30 *
31 * Provides an API for dealing with (SUID) helper processes
32 * that communicate via GNUNET_MessageHeaders on STDIN/STDOUT.
33 *
34 * @{
27 */ 35 */
28 36
29#ifndef GNUNET_HELPER_LIB_H 37#ifndef GNUNET_HELPER_LIB_H
@@ -166,5 +174,7 @@ GNUNET_HELPER_send (struct GNUNET_HELPER_Handle *h,
166void 174void
167GNUNET_HELPER_send_cancel (struct GNUNET_HELPER_SendHandle *sh); 175GNUNET_HELPER_send_cancel (struct GNUNET_HELPER_SendHandle *sh);
168 176
177/** @} */ /* end of group */
178
169#endif 179#endif
170/* end of include guard: GNUNET_HELPER_LIB_H */ 180/* end of include guard: GNUNET_HELPER_LIB_H */